Add API: set-wrappid-path.
[wrappi.git] / lib / wrappi.c
index 3ea0449..6c31c70 100644 (file)
@@ -52,6 +52,7 @@ wrap_close (wrap_h *w)
     fclose (w->wfp);
 
   free (w->hostname);
+  free (w->wrappid_path);
   free (w);
 }