dcaparse: initialize size variable
authorVineeth TM <vineeth.tm@samsung.com>
Mon, 22 Jun 2015 04:16:08 +0000 (13:16 +0900)
committerLuis de Bethencourt <luis.bg@samsung.com>
Mon, 22 Jun 2015 09:58:35 +0000 (10:58 +0100)
commit78fcd03ca3043a4059b8567b7881fa08e2f2b866
tree6fe83c35f3b40dc34a25e34cb9f3d1db1d040cbc
parent331fca4dfbf1a398cf5a4792e3b42fa0954301a5
dcaparse: initialize size variable

size can be used in cleanup without being initialized. Hence
setting it to 0 when declaring

https://bugzilla.gnome.org/show_bug.cgi?id=751306
gst/audioparsers/gstdcaparse.c