Commit a77f8d37 authored by Lawson Whitney's avatar Lawson Whitney Committed by Alexandre Julliard

If there is no psInfo, it doesn't need to be cleaned up.

parent 63e8517a
......@@ -1907,6 +1907,7 @@ static void PROPSHEET_CleanUp(HWND hwndDlg)
PropSheetInfoStr);
TRACE("\n");
if (!psInfo) return;
if (HIWORD(psInfo->ppshheader.pszCaption))
HeapFree(GetProcessHeap(), 0, (LPVOID)psInfo->ppshheader.pszCaption);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment