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:
@@ -29,6 +29,9 @@
|
||||
|
||||
using namespace openshot;
|
||||
|
||||
ClipBase::~ClipBase() {
|
||||
}
|
||||
|
||||
// Generate Json::JsonValue for this object
|
||||
Json::Value ClipBase::JsonValue() {
|
||||
|
||||
@@ -108,4 +111,4 @@ Json::Value ClipBase::add_property_choice_json(string name, int value, int selec
|
||||
|
||||
// return JsonValue
|
||||
return new_choice;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user