You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
change freeing of frame_mappers allocated in Timeline
- each class is now responsible to free whatever it allocates - all tests passed on my machine with ffmpeg 3.2 - Clip is now more careful about freeing a reader if it allocated it as well
This commit is contained in:
@@ -62,7 +62,6 @@ FrameMapper::~FrameMapper() {
|
||||
// Auto Close if not already
|
||||
Close();
|
||||
|
||||
delete reader;
|
||||
reader = NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user