Changeset 00d044a3c74bce8f109a342a197f66b948c4892c
- Timestamp:
- 26/03/08 23:58:05
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206572285 +0100
- git-parent:
[1619a9c861e72e8b5badaccf95f4dfc989520e57]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1206572148 +0100
- Message:
vlm: No need to vlc_object_kill() nor vlc_thread_join() in destructor.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rc90b3db |
r00d044a |
|
| 183 | 183 | static void vlm_Destructor( vlm_t *p_vlm ) |
|---|
| 184 | 184 | { |
|---|
| 185 | | vlc_object_kill( p_vlm ); |
|---|
| 186 | | vlc_thread_join( p_vlm ); |
|---|
| 187 | | |
|---|
| 188 | 185 | vlm_ControlInternal( p_vlm, VLM_CLEAR_MEDIAS ); |
|---|
| 189 | 186 | TAB_CLEAN( p_vlm->i_media, p_vlm->media ); |
|---|