]> git.sesse.net Git - vlc/commit
libvlc: In order not to be confused by a vlm created elsewhere, use a libvlc instance...
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 30 Mar 2008 23:02:49 +0000 (01:02 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sun, 30 Mar 2008 23:02:49 +0000 (01:02 +0200)
commit4c905528fb38bf6cc6d7b0902192a52415c47776
treeb0fc8001c5b5a4ed80cf939c0de1c4f70653f85c
parent2684aa49bfb80227c6f0402bbb95d03865ed9ad8
libvlc: In order not to be confused by a vlm created elsewhere, use a libvlc instance variable to old the vlm libvlc created if --vlm-conf was specified.

This also make sure the vlm created when --vlm-conf is specified gets really destroyed. Because find_object yields vlm and is never released.
include/main.h
src/libvlc-common.c