Changeset ef8e2bceaebed945e3ed7f037275dbd4a2a6e3f1
- Timestamp:
- 05/07/08 21:06:23
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1210187183 +0300
- git-parent:
[b8909e164c63626771d3751e94d1c3f8e7af6c13]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1210187183 +0300
- Message:
Tag a bug so that I don't forget about it
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ref04b50 |
ref8e2bc |
|
| 179 | 179 | void vlm_Delete( vlm_t *p_vlm ) |
|---|
| 180 | 180 | { |
|---|
| | 181 | /* FIXME XXX: we need to set libvlc_priv->p_vlm bacl to NULL */ |
|---|
| 181 | 182 | vlc_object_release( p_vlm ); |
|---|
| 182 | 183 | } |
|---|