Changeset 2453f7a8c74bdae5d9ffcddc18c1080641a861ce
- 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
| r305d523 |
r2453f7a |
|
| 407 | 407 | p_global->pp_objects[i]->psz_object_type, |
|---|
| 408 | 408 | 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 | |
|---|
| 409 | 413 | fflush(stderr); |
|---|
| 410 | 414 | } |
|---|