rtspconnection: Fix uninitialized variable warning when compiling with pre-2.59.1...
authorSebastian Dröge <sebastian@centricular.com>
Wed, 30 Jan 2019 12:32:50 +0000 (14:32 +0200)
committerSebastian Dröge <slomo@coaxion.net>
Wed, 30 Jan 2019 13:04:12 +0000 (13:04 +0000)
commit05f0fe79a2e56d4b3373eaead454744e209d3c80
tree66afefb628434317ef937a549444c62c1c647149
parenta86fc3da46881f876f92fa4a0d0653c2fd174454
rtspconnection: Fix uninitialized variable warning when compiling with pre-2.59.1 GLib

gstrtspconnection.c: In function ‘writev_bytes’:
gstrtspconnection.c:1348:10: error: ‘res’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
   return res;
          ^
gst-libs/gst/rtsp/gstrtspconnection.c