Changeset 3875235f892d3ad910b4f5d03e8a02e4e47b78ce

Show
Ignore:
Timestamp:
28/01/06 14:30:33 (3 years ago)
Author:
Sigmund Augdal Helberg <sigmunau@videolan.org>
git-committer:
Sigmund Augdal Helberg <sigmunau@videolan.org> 1138455033 +0000
git-parent:

[846f0edbe63119e4b5428baafd6739ec1d2664eb]

git-author:
Sigmund Augdal Helberg <sigmunau@videolan.org> 1138455033 +0000
Message:

interaction.c: Don't crash in certain condition

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/interface/interaction.c

    r8eaff12 r3875235  
    610610    int i; 
    611611    vlc_bool_t b_found = VLC_FALSE; 
     612    if( p_interact == NULL ) return VLC_ENOOBJ; 
    612613    vlc_mutex_lock( &p_interact->object_lock ); 
    613614