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
›
8ccac5039c98e77dc56874c0de02f31c85dabedf
Call metalog_close at pkg_shutdown
Emmanuel Vadot
committed
5 years ago
commit 8ccac5039c98e77dc56874c0de02f31c85dabedf
parent
8404862c9efd4e71df7c87e8d5f457f2f90de826
1 file changed
+1
-0
modified
libpkg/pkg_config.c
@@ -1412,6 +1412,7 @@ pkg_shutdown(void)
/* NOTREACHED */
}
+
metalog_close();
ucl_object_unref(config);
HASH_FREE(repos, pkg_repo_free);