bluez: Remove unnecessary memset.

This commit is contained in:
Luiz Augusto von Dentz 2009-03-18 15:58:53 -03:00 committed by Tim-Philipp Müller
parent 08837565fa
commit c4f094da7d

View file

@ -886,7 +886,6 @@ gst_avdtp_sink_start (GstBaseSink * basesink)
G_IO_NVAL, server_callback, self);
self->data = g_new0 (struct bluetooth_data, 1);
memset (self->data, 0, sizeof (struct bluetooth_data));
self->stream = NULL;
self->stream_caps = NULL;