Commit cf1d5561 authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

demux: adaptative: fix memory leak

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 5a04c819
......@@ -60,6 +60,7 @@ PlaylistManager::PlaylistManager( demux_t *p_demux_,
PlaylistManager::~PlaylistManager ()
{
delete conManager;
delete playlist;
delete streamOutputFactory;
unsetPeriod();
}
......
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