bluez: Remove unnecessary memset.
This commit is contained in:
parent
08837565fa
commit
c4f094da7d
@ -886,7 +886,6 @@ gst_avdtp_sink_start (GstBaseSink * basesink)
|
|||||||
G_IO_NVAL, server_callback, self);
|
G_IO_NVAL, server_callback, self);
|
||||||
|
|
||||||
self->data = g_new0 (struct bluetooth_data, 1);
|
self->data = g_new0 (struct bluetooth_data, 1);
|
||||||
memset (self->data, 0, sizeof (struct bluetooth_data));
|
|
||||||
|
|
||||||
self->stream = NULL;
|
self->stream = NULL;
|
||||||
self->stream_caps = NULL;
|
self->stream_caps = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user