diff options
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -139,6 +139,7 @@ void globals_free() { guard_free(globals.jfrog.jfrog_artifactory_base_url); guard_free(globals.jfrog.jfrog_artifactory_product); guard_free(globals.jfrog.remote_filename); + guard_free(globals.workaround.tox_posargs); } int main(int argc, char *argv[], char *arge[]) { |