Removed legacy code from r33695, trying to free a NULL pointer

svn path=/trunk/; revision=33714
This commit is contained in:
Gregor Brunmar 2008-05-26 16:13:19 +00:00
parent 3c352d6375
commit 53baa88e72

View file

@ -162,7 +162,6 @@ DIALOGINFO * DIALOG_get_info( HWND hWnd, BOOL create )
}
else
{
HeapFree( GetProcessHeap(), 0, dlgInfo );
return NULL;
}
}