xbps_get_pkg_index_plist: fix a memleak.
This commit is contained in:
@@ -353,6 +353,7 @@ get_pkg_index_remote_plist(const char *uri)
|
|||||||
free(uri_fixed);
|
free(uri_fixed);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
free(uri_fixed);
|
||||||
|
|
||||||
return repodir;
|
return repodir;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user