Commit 608f6ca6 authored by Francois Cartegnie's avatar Francois Cartegnie

stream_filter: dash: fix memleak

parent 14ffa9c8
...@@ -51,6 +51,8 @@ Representation::~Representation () ...@@ -51,6 +51,8 @@ Representation::~Representation ()
{ {
delete(this->segmentInfo); delete(this->segmentInfo);
delete(this->trickModeType); delete(this->trickModeType);
delete segmentBase;
delete segmentList;
delete baseUrl; delete baseUrl;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment