Fix a small memory leak spotted by clang

This commit is contained in:
Richard Hughes 2013-11-20 14:28:39 +00:00
parent fef4e3e318
commit 5f6703b62a

View File

@ -221,6 +221,7 @@ pk_package_parse (PkPackage *package, const gchar *data, GError **error)
if (g_strv_length (sections) != 3) {
ret = FALSE;
g_set_error_literal (error, 1, 0, "data invalid");
goto out;
}
/* parse object */