Commit c0538c2c authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

qtcapture: don't release an item that is in the autorelease pool

Fixes a crash in Close() of the module.
parent c4afdf59
......@@ -328,7 +328,6 @@ static void Close( vlc_object_t *p_this )
if( vlc_object_alive(p_this->p_libvlc))
{
[p_sys->session stopRunning];
[p_sys->device release];
[p_sys->output release];
[p_sys->session release];
}
......
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