aboutsummaryrefslogtreecommitdiff
path: root/src/spm.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2020-06-03 00:10:25 -0400
committerGitHub <noreply@github.com>2020-06-03 00:10:25 -0400
commitd12170bb0cb936f1e48a677dbd96822db55bbda3 (patch)
tree1bd69fbd6460dff6f50e7a13e54693a534590104 /src/spm.c
parent6c140c35ae7bf2b5e6633f63e2bc2fba14fc22bc (diff)
downloadspmc-d12170bb0cb936f1e48a677dbd96822db55bbda3.tar.gz
Refactor fstree (#39)
* Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test
Diffstat (limited to 'src/spm.c')
-rw-r--r--src/spm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/spm.c b/src/spm.c
index bdaab23..265986e 100644
--- a/src/spm.c
+++ b/src/spm.c
@@ -356,7 +356,6 @@ int main(int argc, char *argv[], char *arge[]) {
}
}
- //resolve_free(); // TODO: fix invalid free()
runtime_free(rt);
free_global_config();
strlist_free(packages);