server/keymgmt.c: Capture copies of the keyring and tag strings.
[tripe] / server / tripe.c
index 931c0fc..fb1d337 100644 (file)
@@ -437,6 +437,7 @@ int main(int argc, char *argv[])
   p_destroyall();
   p_unbind();
   a_unlisten();
+  km_clear();
   ps_quit();
   return (0);
 }