mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-12 19:14:16 +00:00
curlsmtpsink: removed an incorrect assert
https://bugzilla.gnome.org/show_bug.cgi?id=702036
This commit is contained in:
parent
c313e1d3b8
commit
0d6fc0215c
1 changed files with 0 additions and 1 deletions
|
@ -557,7 +557,6 @@ gst_curl_smtp_sink_set_payload_headers_unlocked (GstCurlBaseSink * bcsink)
|
|||
append_headers = TRUE;
|
||||
} else {
|
||||
g_assert (sink->base64_chunk->chunk_array != NULL);
|
||||
g_assert (sink->base64_chunk->chunk_array->len == 0);
|
||||
}
|
||||
|
||||
sink->base64_chunk->state = 0;
|
||||
|
|
Loading…
Reference in a new issue