Changeset fe37fc3e55aa2ec68b03beb890d2ded1125e0c1c

Show
Ignore:
Timestamp:
03/10/08 21:12:49 (2 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1205179969 +0100
git-parent:

[fb2370673de54602cfe829e5bdfe433dad7294a9]

git-author:
Rafaël Carré <funman@videolan.org> 1205179969 +0100
Message:

Fix FontBuiler? object destruction

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/misc/freetype.c

    r99565f4 rfe37fc3  
    524524        vlc_mutex_unlock( lock ); 
    525525    } 
     526    vlc_object_detach( p_this ); 
     527    vlc_object_release( p_this ); 
    526528} 
    527529