Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix another memory corruption.
Vsevolod Stakhov committed 11 years ago
commit 10707d006eb15fef05adf8b4e309f28e05ae23f2
parent 0bbb0d166878ecfaa7cbf74689465068653e2704
1 file changed +2 -0
modified libpkg/pkg_jobs.c
@@ -175,6 +175,8 @@ pkg_jobs_free(struct pkg_jobs *j)

		if (reinstall != NULL)
			pkg_free(reinstall);
+

+
		reinstall = NULL;
	}
	HASH_FREE(j->seen, free);
	HASH_FREE(j->patterns, pkg_jobs_pattern_free);