Changeset 305d523565cd254e45a24c830dbe199c3be0dcf9
- 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
| r449fd28 |
r305d523 |
|
| 372 | 372 | } |
|---|
| 373 | 373 | fflush(stderr); |
|---|
| | 374 | |
|---|
| 374 | 375 | /* Dump libvlc object to ease debugging */ |
|---|
| 375 | 376 | vlc_object_dump( p_this->p_libvlc ); |
|---|
| | 377 | |
|---|
| 376 | 378 | abort(); |
|---|
| 377 | 379 | } |
|---|
| … | … | |
| 407 | 409 | fflush(stderr); |
|---|
| 408 | 410 | } |
|---|
| | 411 | |
|---|
| | 412 | /* Dump libvlc object to ease debugging */ |
|---|
| | 413 | vlc_object_dump( p_this ); |
|---|
| | 414 | |
|---|
| 409 | 415 | /* Strongly abort, cause we want these to be fixed */ |
|---|
| 410 | 416 | abort(); |
|---|