udpsrc: remove redundant saddr unref
authorPetr Kulhavy <brain@jikos.cz>
Mon, 14 Nov 2016 11:13:14 +0000 (12:13 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Mon, 14 Nov 2016 13:26:13 +0000 (15:26 +0200)
commit89ad2de93ec6b5834e2111e58fc77868033f7ada
treeffa6d48e7fed92feb2ec160b39a87c391cf380c2
parent1fc572d7408c339a922817a1f99579d6228533df
udpsrc: remove redundant saddr unref

The g_object_unref (saddr) before receiving message seems to be redundant as it
is done just before jumping to retry

Though not directly related, part of
https://bugzilla.gnome.org/show_bug.cgi?id=772841
gst/udp/gstudpsrc.c