Commit 4b83eeda authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix leak

parent 35733acc
......@@ -1556,6 +1556,7 @@ void VLCMenuBar::updateAudioDevice( intf_thread_t * p_intf, audio_output_t *p_ao
}
free( ids );
free( names );
free( selected );
}
void VLCMenuBar::updateRecents( intf_thread_t *p_intf )
......
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