Changeset 8fe54e490872687b20e52581d84a94ffa7f443b0

Show
Ignore:
Timestamp:
23/05/08 23:06:32 (6 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1211576792 +0200
git-parent:

[b19b539f6b5b250d79da8c2704a30a1016c0d9c5]

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

stats: Don't crash if there is no timer to dump.

Files:

Legend:

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

    ra87e722 r8fe54e4  
    377377        } 
    378378    } 
    379     TimerDump( p_obj, p_counter, true ); 
     379    if( p_counter ) TimerDump( p_obj, p_counter, true ); 
    380380    vlc_mutex_unlock( &priv->timer_lock ); 
    381381}