You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
fix a number of memory leaks
- some were with libav functions - same were due to non-virtual destructors
This commit is contained in:
@@ -120,7 +120,7 @@ void Frame::DeepCopy(const Frame& other)
|
||||
wave_image = std::shared_ptr<QImage>(new QImage(*(other.wave_image)));
|
||||
}
|
||||
|
||||
// Descructor
|
||||
// Destructor
|
||||
Frame::~Frame() {
|
||||
// Clear all pointers
|
||||
image.reset();
|
||||
|
||||
Reference in New Issue
Block a user