Changeset 11d57553f728e41c59455666abc25457e83a1f42

Show
Ignore:
Timestamp:
04/06/07 22:31:52 (1 year ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1175891512 +0000
git-parent:

[680c14288bf42379fc8117d5fa6027ea539973ab]

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

Doesn't unref the D-Bus connection if connection failed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/libvlc-common.c

    r9a1ab88 r11d5755  
    698698        } 
    699699        /* we unreference the connection when we've finished with it */ 
    700         dbus_connection_unref( p_conn ); 
     700   if( p_conn ) dbus_connection_unref( p_conn ); 
    701701    } 
    702702#endif