Changeset 4ec082c0b0c0bae2942391a94fffeb3702192e47

Show
Ignore:
Timestamp:
05/16/08 10:15:23 (2 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1210925723 +0200
git-parent:

[6120e3c4127a4f0934e0d46344d356f43715eccc]

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

Fix a very unlikely memleak

Files:

Legend:

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

    r7c75fc2 r4ec082c  
    19991999    if( dbus_error_is_set( &error ) || !p_connection ) 
    20002000    { 
     2001        libhal_ctx_free( ctx ); 
    20012002        dbus_error_free( &error ); 
    20022003        return;