Fixes the memory leak problem with UninitShips's aliases

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@944 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2003-05-03 17:10:39 +00:00
parent 41618ae5de
commit 09e58b6cf4
@@ -524,6 +524,7 @@ _ReleaseCelData (MEM_HANDLE handle)
} }
} }
HFree (DrawablePtr->Frame); HFree (DrawablePtr->Frame);
DrawablePtr->Frame = NULL;
} }
UnlockDrawable (handle); UnlockDrawable (handle);