]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/wizard.m
macosx: Fix some input_item_t leaks.
[vlc] / modules / gui / macosx / wizard.m
index d31ac1ec590203b9b3475378cb7d07cf3422e987..5d2974f43781b976d941d2e7e6579635bf6c4359 100644 (file)
@@ -1304,6 +1304,7 @@ static VLCWizard *_o_sharedInstance = nil;
                           p_item );
             }
 
+            vlc_gc_decref( p_input );
             x += 1;
         }