• Rémi Denis-Courmont's avatar
    LUA: simplify pushing VLC object · 7510a32e
    Rémi Denis-Courmont authored
    Always use the common GC wrapper around vlc_object_release(). While it
    is not really required for the instance and the playlist object, the
    overhead is negligible in LUA context.
    7510a32e
objects.c 3.94 KB