Commit 24ce4a48 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

playlist: Fix a legitimate warning.

parent 9e745b81
...@@ -73,7 +73,7 @@ playlist_item_t * playlist_ItemGetByInput( playlist_t * p_playlist , ...@@ -73,7 +73,7 @@ playlist_item_t * playlist_ItemGetByInput( playlist_t * p_playlist ,
{ {
/* FIXME: this is potentially dangerous, we could destroy /* FIXME: this is potentially dangerous, we could destroy
* p_ret any time soon */ * p_ret any time soon */
input_item_t *p_ret = get_current_status_item( p_playlist ); playlist_item_t *p_ret = get_current_status_item( p_playlist );
PL_UNLOCK_IF( !b_locked ); PL_UNLOCK_IF( !b_locked );
return p_ret; return p_ret;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment