Changeset e241ba92232ab6c2fd22559f43f3990b2a5b3391
- Timestamp:
- 09/07/07 19:23:19
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184001799 +0000
- git-parent:
[3ed748c93057842bbb8f2a6e5351fd08cb14469b]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1184001799 +0000
- Message:
control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert).
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r23942f1 |
re241ba9 |
|
| 214 | 214 | { |
|---|
| 215 | 215 | playlist_t *p_playlist = p_instance->p_libvlc_int->p_playlist; |
|---|
| | 216 | |
|---|
| | 217 | p_instance->p_callback_list = NULL; |
|---|
| 216 | 218 | |
|---|
| 217 | 219 | if( !p_playlist ) |
|---|