mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix Memory Leak :D
This commit is contained in:
parent
e78a644c00
commit
e5e7ba1b55
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue