Changeset 305d523565cd254e45a24c830dbe199c3be0dcf9

Show
Ignore:
Timestamp:
04/16/08 13:56:40 (5 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208347000 +0200
git-parent:

[ffed6142d652bb8154dbeac565000ea3673722a0]

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

objects: Dump libvlc object when aborting because of leaks.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/objects.c

    r449fd28 r305d523  
    372372        } 
    373373        fflush(stderr); 
     374 
    374375        /* Dump libvlc object to ease debugging */ 
    375376        vlc_object_dump( p_this->p_libvlc ); 
     377 
    376378        abort(); 
    377379    } 
     
    407409                fflush(stderr); 
    408410            } 
     411 
     412            /* Dump libvlc object to ease debugging */ 
     413            vlc_object_dump( p_this ); 
     414 
    409415            /* Strongly abort, cause we want these to be fixed */ 
    410416            abort();