mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Fix Memory Leak :D
This commit is contained in:
parent
e78a644c00
commit
e5e7ba1b55
@ -224,6 +224,7 @@ void AVIDump::AddFrame()
|
||||
if (error)
|
||||
ERROR_LOG(G3D, "Error while encoding video: %d", error);
|
||||
#endif
|
||||
delete[] flipbuffer;
|
||||
}
|
||||
|
||||
void AVIDump::Stop() {
|
||||
|
Loading…
Reference in New Issue
Block a user