Changeset 6bef12627761efb064d552ab08e5b4e5b39cbe26

Show
Ignore:
Timestamp:
01/06/07 22:25:38 (1 year ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1180729538 +0000
git-parent:

[593aeb2b2a5d78c502cc3aa1c27d9c65559e6efd]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1180729538 +0000
Message:

control/core.c: Don't leak the p_instance.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/control/core.c

    r593aeb2 r6bef126  
    114114    libvlc_InternalCleanup( p_instance->p_libvlc_int ); 
    115115    libvlc_InternalDestroy( p_instance->p_libvlc_int, VLC_FALSE ); 
     116    free( p_instance ); 
    116117} 
    117118