Relax memory requirements on 64bit platforms; fix two memleaks.

This commit is contained in:
Juan RP
2013-06-12 10:04:10 +02:00
parent 6a9e394a60
commit db1efb3aa6
33 changed files with 83 additions and 74 deletions

View File

@@ -138,7 +138,7 @@ remove_obsoletes(struct xbps_handle *xhp, const char *repodir)
struct dirent *dp;
char *ext;
int i, maxthreads, rv = 0;
size_t slicecount, pkgcount;
unsigned int slicecount, pkgcount;
repo = xbps_repo_open(xhp, repodir);
if (repo == NULL) {