Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
d89aa91baecc7d8411dc061cd417b7cbc7373cd3
Fix bad memory deallocation
Baptiste Daroussin
committed
11 years ago
commit d89aa91baecc7d8411dc061cd417b7cbc7373cd3
parent
6c0878a603b2a3900d764bc558a236f1bd7c1409
1 file changed
+0
-2
modified
libpkg/pkg_repo.c
@@ -529,8 +529,6 @@ pkg_repo_parse_sigkeys(const char *in, int inlen, struct sig_cert **sc)
}
}
-
free(s);
-
return (rc);
}