Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix memory leak in meta_exec()
Bryan Drewery committed 12 years ago
commit 109129a96020cb13481ce11372fbb10409cea570
parent 0d5aa55
1 file changed +1 -0
modified libpkg/pkg_ports.c
@@ -579,6 +579,7 @@ meta_exec(struct plist *p, char *line, struct file_attr *a, bool unexec)
		exec_append(p->post_install_buf, "%s\n", cmd);
	}
	free_file_attr(a);
+
	free(cmd);

	return (EPKG_OK);
}