[vlc-devel] commit: DBus: ifdef buggy input code out ( Rémi Denis-Courmont )
Rafaël Carré
rafael.carre at gmail.com
Thu Feb 11 15:30:10 CET 2010
On Tue, 9 Feb 2010 22:34:20 +0100 (CET)
git at videolan.org (git version control) wrote:
> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue
> Feb 9 23:34:00 2010 +0200|
> [f5bd90eb0e568b340a2809337a5b0b3e56e463e6] | committer: Rémi
> Denis-Courmont
>
> DBus: ifdef buggy input code out
>
> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5bd90eb0e568b340a2809337a5b0b3e56e463e6
> ---
>
> modules/control/dbus.c | 9 +++++----
> 1 files changed, 5 insertions(+), 4 deletions(-)
>
> diff --git a/modules/control/dbus.c b/modules/control/dbus.c
> +#if 0
> var_AddCallback( p_input, "state", AllCallback, p_intf );
> -
> - vlc_object_release( p_input );
> +#endif
> return VLC_SUCCESS;
> }
What's wrong here : adding the callback without keeping a reference ?
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20100211/0531c65e/attachment.sig>
More information about the vlc-devel
mailing list