Changeset 5c7bffc5e14f97cf029c4ca2d6f4d422c44ca1f9

Show
Ignore:
Timestamp:
17/09/07 23:44:14 (1 year ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1190065454 +0000
git-parent:

[d212ab721d8011ea7a2a1263d84d2b5afceae75e]

git-author:
Rafaël Carré <funman@videolan.org> 1190065454 +0000
Message:

hal services_discovery: fix invalid access to memory in Close()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/services_discovery/hal.c

    r6ee1e19 r5c7bffc  
    193193        vlc_object_release( p_playlist ); 
    194194    } 
    195     free( p_sys ); 
    196195#ifdef HAVE_HAL_1 
    197196    dbus_connection_unref( p_sys->p_connection ); 
     
    209208    p_sys->pp_devices = NULL; 
    210209#endif 
     210    free( p_sys ); 
    211211} 
    212212