]> git.sesse.net Git - vlc/commitdiff
Qt: fix leak
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Apr 2013 15:54:33 +0000 (17:54 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 22 Apr 2013 15:54:33 +0000 (17:54 +0200)
modules/gui/qt4/menus.cpp

index a888d42ab8c7723136874c065de2982c2963fc7f..90b5f48e0d90fba08cd254db43b18d113d69d040 100644 (file)
@@ -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 )