Changeset 6e708ae5f2e485751f59836969897fa776114cf0
- Timestamp:
- 24/05/08 00:57:51
(6 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211583471 +0200
- git-parent:
[cf4026c9f3377830fa1b234362c73c6f7f85930a]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1211583437 +0200
- Message:
Revert "stats: Don't crash if there is no timer to dump."
This reverts commit 8fe54e490872687b20e52581d84a94ffa7f443b0.
No need for that one, now that Rafael handles it in DumpTimer? directly.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r8fe54e4 |
r6e708ae |
|
| 377 | 377 | } |
|---|
| 378 | 378 | } |
|---|
| 379 | | if( p_counter ) TimerDump( p_obj, p_counter, true ); |
|---|
| | 379 | TimerDump( p_obj, p_counter, true ); |
|---|
| 380 | 380 | vlc_mutex_unlock( &priv->timer_lock ); |
|---|
| 381 | 381 | } |
|---|