Changeset 3875235f892d3ad910b4f5d03e8a02e4e47b78ce
- 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
| r8eaff12 |
r3875235 |
|
| 610 | 610 | int i; |
|---|
| 611 | 611 | vlc_bool_t b_found = VLC_FALSE; |
|---|
| | 612 | if( p_interact == NULL ) return VLC_ENOOBJ; |
|---|
| 612 | 613 | vlc_mutex_lock( &p_interact->object_lock ); |
|---|
| 613 | 614 | |
|---|