diff --git a/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c b/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c index d19c73dfe..f1ed32329 100644 --- a/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c +++ b/sc2/src/sc2code/libs/graphics/sdl/3do_getbody.c @@ -524,6 +524,7 @@ _ReleaseCelData (MEM_HANDLE handle) } } HFree (DrawablePtr->Frame); + DrawablePtr->Frame = NULL; } UnlockDrawable (handle);