plugins/ogg: Fix leaking comment on error path
authorLucas De Marchi <lucas.demarchi@intel.com>
Mon, 12 Aug 2013 14:53:05 +0000 (11:53 -0300)
committerLucas De Marchi <lucas.demarchi@intel.com>
Fri, 16 Aug 2013 18:05:02 +0000 (15:05 -0300)
commit132ff6d7683698395b70b08371de373d95084902
treea2e76b99fb0eed05bfb22dbce6264174e23060cc
parentbc943d46da6a5c301562b081796c00929db7edbd
plugins/ogg: Fix leaking comment on error path

We need to call vorbis_comment_clear() on error path.
src/plugins/ogg/ogg.c