mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[EXPLORER-NEW]
Fix memory leak svn path=/trunk/; revision=53921
This commit is contained in:
@@ -331,6 +331,10 @@ DisplayTrayProperties(ITrayWindow *Tray)
|
||||
szCaption,
|
||||
sizeof(szCaption) / sizeof(szCaption[0])))
|
||||
{
|
||||
HeapFree(hProcessHeap,
|
||||
0,
|
||||
pPropInfo);
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user