diff options
-rw-r--r-- | core/fxcodec/lgif/fx_gif.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcodec/lgif/fx_gif.cpp b/core/fxcodec/lgif/fx_gif.cpp index b94445ccf3..08b008ddb4 100644 --- a/core/fxcodec/lgif/fx_gif.cpp +++ b/core/fxcodec/lgif/fx_gif.cpp @@ -418,6 +418,7 @@ void gif_destroy_decompress(gif_decompress_struct_pp gif_ptr_ptr) { FX_Free(p->gce_ptr); FX_Free(p->pte_ptr); delete p->string_ptr; + FX_Free(p); } gif_ptr->pt_ptr_arr_ptr->RemoveAll(); delete gif_ptr->pt_ptr_arr_ptr; |