Changeset 2e7d3d7d1581487800fbdb820e26559b5f43de15

Show
Ignore:
Timestamp:
05/28/08 19:34:26 (3 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1211996066 +0300
git-parent:

[b0e0b794c961d183e6a64b3ad2b5ea4492810606]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1211996066 +0300
Message:

vlc_object_get() sucks badly enough, no need to add more bugs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/misc/objects.c

    rb0e0b79 r2e7d3d7  
    649649        { 
    650650            vlc_object_yield( obj ); 
    651             return obj; 
    652         } 
    653     } 
    654  
     651            goto out; 
     652        } 
     653    } 
     654    obj = NULL; 
     655 
     656out: 
    655657    vlc_mutex_unlock( &structure_lock ); 
    656658    return obj;