mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
bluez: Remove unnecessary memset.
This commit is contained in:
parent
08837565fa
commit
c4f094da7d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue