Fix Memory Leak :D

This commit is contained in:
LunaMoo 2017-11-14 10:17:20 +01:00
parent e78a644c00
commit e5e7ba1b55

View File

@ -224,6 +224,7 @@ void AVIDump::AddFrame()
if (error)
ERROR_LOG(G3D, "Error while encoding video: %d", error);
#endif
delete[] flipbuffer;
}
void AVIDump::Stop() {