[EXPLORER-NEW]

Fix memory leak

svn path=/trunk/; revision=53921
This commit is contained in:
Pierre Schweitzer 2011-10-02 11:38:22 +00:00
parent aa3e500d16
commit 936342e048

View file

@ -331,6 +331,10 @@ DisplayTrayProperties(ITrayWindow *Tray)
szCaption,
sizeof(szCaption) / sizeof(szCaption[0])))
{
HeapFree(hProcessHeap,
0,
pPropInfo);
return NULL;
}