You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Big memory leak fixes in FFmpegReader and FrameMapper, and fixed logic in Frame Mapper with regards to special framerate conversions (24, 25, and 30)... which were causing some inadvertent audio drift.
This commit is contained in:
@@ -952,7 +952,7 @@ void Frame::cleanUpBuffer(void *info)
|
||||
{
|
||||
// Remove buffer since QImage tells us to
|
||||
unsigned char* ptr_to_qbuffer = (unsigned char*) info;
|
||||
delete ptr_to_qbuffer;
|
||||
delete[] ptr_to_qbuffer;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user