Changeset 2453f7a8c74bdae5d9ffcddc18c1080641a861ce

Show
Ignore:
Timestamp:
16/04/08 13:58:36 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1208347116 +0200
git-parent:

[03e145636e334c4268c842c2f6e180906c46c566]

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

objects: Also dump leaked objects.

Files:

Legend:

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

    r305d523 r2453f7a  
    407407                         p_global->pp_objects[i]->psz_object_type, 
    408408                         p_global->pp_objects[i]->psz_object_name ); 
     409 
     410                /* Dump libvlc object to ease debugging */ 
     411                vlc_object_dump( p_global->pp_objects[i] ); 
     412 
    409413                fflush(stderr); 
    410414            }