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

Qt: fix memory leaks

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 9b341af8
...@@ -1117,6 +1117,8 @@ void CaptureOpenPanel::initialize() ...@@ -1117,6 +1117,8 @@ void CaptureOpenPanel::initialize()
CaptureOpenPanel::~CaptureOpenPanel() CaptureOpenPanel::~CaptureOpenPanel()
{ {
delete vdevDshowW;
delete adevDshowW;
} }
void CaptureOpenPanel::clear() void CaptureOpenPanel::clear()
......
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