diff --git a/Core/AVIDump.cpp b/Core/AVIDump.cpp index 02c42dd2ee..6188a2bda8 100644 --- a/Core/AVIDump.cpp +++ b/Core/AVIDump.cpp @@ -224,6 +224,7 @@ void AVIDump::AddFrame() if (error) ERROR_LOG(G3D, "Error while encoding video: %d", error); #endif + delete[] flipbuffer; } void AVIDump::Stop() {