codecanalyzer: don't try to free uninitialized pointers
authorVineeth T M <vineeth.tm@samsung.com>
Thu, 23 Apr 2015 06:53:12 +0000 (15:53 +0900)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 23 Apr 2015 11:31:25 +0000 (12:31 +0100)
commit1f58db52bfb51f979e0e1db78471841e4ee68253
tree6ca3d9ec4f8c7aff473672a087bfaebee6f5bf0b
parentf700eaef8fdb62b77ce4c671d3234b86e5c8e821
codecanalyzer: don't try to free uninitialized pointers

xml_files_path and hex_files_path variable are not initialized.
There are chances that corruption happens when uninitialized
variables are freed, so init them to NULL before use.

https://bugzilla.gnome.org/show_bug.cgi?id=748351
codecanalyzer/src/codecanalyzer.c