Mostly changes to pndnotify, to facilitate HUP to reload conf, and to add watches...
[pandora-libraries.git] / lib / pnd_notify.c
index b6668d6..c9d16fd 100644 (file)
@@ -53,6 +53,8 @@ void pnd_notify_shutdown ( pnd_notify_handle h ) {
 
   close ( p -> fd );
 
+  free ( p );
+
   return;
 }