Changeset 62f24677c121cd47565c77b0178edbf20b507cf7

Show
Ignore:
Timestamp:
05/07/07 15:28:49 (1 year ago)
Author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr>
git-committer:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1178544529 +0000
git-parent:

[a5623bf38f145b4f0fcacf56b2de90dccef5aa59]

git-author:
Olivier Aubert <olivier.aubert@liris.cnrs.fr> 1178544529 +0000
Message:

python bindings: use mediacontrol_StreamInformationfree + fix
memleak in MediaControl?_snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bindings/python/vlc_mediacontrol.c

    rc1432d5 r62f2467  
    407407                          Py_BuildValue( "L", p_retval->date ) ); 
    408408 
     409    mediacontrol_RGBPicture__free( p_retval ); 
     410 
    409411    return py_obj; 
    410412} 
     
    464466                  Py_BuildValue( "L", retval->length ) ); 
    465467 
    466     free( retval->url ); 
    467     free( retval ); 
     468    mediacontrol_StreamInformation__free( retval ); 
    468469 
    469470    return py_obj;