Performance improvements while installing deps of a binpkg.
--HG-- extra : convert_revision : 2ad3b29cfd22489f76739287176f40dd9535dfee
This commit is contained in:
@@ -103,7 +103,7 @@ again:
|
||||
if (find_sorteddep_by_name(pkgname) != NULL)
|
||||
continue;
|
||||
|
||||
sdep = calloc(1, sizeof(*sdep));
|
||||
sdep = malloc(sizeof(*sdep));
|
||||
if (sdep == NULL) {
|
||||
rv = ENOMEM;
|
||||
goto out;
|
||||
|
||||
Reference in New Issue
Block a user