Commit f1a11e12 authored by Sebastien Zwickert's avatar Sebastien Zwickert Committed by Jean-Baptiste Kempf

MacOS: fixes #3772 (disabling macosx-eq-keep causes crash).

(cherry picked from commit e9bc095a)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 02972198
...@@ -113,7 +113,7 @@ static void ChangeFiltersString( intf_thread_t *p_intf, ...@@ -113,7 +113,7 @@ static void ChangeFiltersString( intf_thread_t *p_intf,
static bool GetFiltersStatus( intf_thread_t *p_intf, static bool GetFiltersStatus( intf_thread_t *p_intf,
char *psz_name ) char *psz_name )
{ {
char *psz_parser, *psz_string; char *psz_parser, *psz_string = NULL;
vlc_object_t *p_object = VLC_OBJECT(getAout()); vlc_object_t *p_object = VLC_OBJECT(getAout());
if( p_object == NULL ) if( p_object == NULL )
p_object = vlc_object_hold(pl_Get( p_intf )); p_object = vlc_object_hold(pl_Get( 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