libxbps: xbps_rpool_release: don't release repo_pool, it's already released.
This commit is contained in:
parent
c24ce8e4da
commit
8abd275bfb
@ -56,7 +56,7 @@
|
|||||||
*/
|
*/
|
||||||
#define XBPS_PKGINDEX_VERSION "1.5"
|
#define XBPS_PKGINDEX_VERSION "1.5"
|
||||||
|
|
||||||
#define XBPS_API_VERSION "20120618"
|
#define XBPS_API_VERSION "20120618-1"
|
||||||
#define XBPS_VERSION "0.16"
|
#define XBPS_VERSION "0.16"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -141,7 +141,6 @@ xbps_rpool_release(struct xbps_handle *xhp)
|
|||||||
}
|
}
|
||||||
prop_object_release(d);
|
prop_object_release(d);
|
||||||
}
|
}
|
||||||
prop_object_release(xhp->repo_pool);
|
|
||||||
xhp->repo_pool = NULL;
|
xhp->repo_pool = NULL;
|
||||||
xbps_dbg_printf(xhp, "[rpool] released ok.\n");
|
xbps_dbg_printf(xhp, "[rpool] released ok.\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user