mod_netconf: debugging memleak, segfault

non-deterministic segfault when multiple notif. subscription and reload
hello
diff --git a/src/notification-server.c b/src/notification-server.c
index 13d4358..364baec 100644
--- a/src/notification-server.c
+++ b/src/notification-server.c
@@ -715,7 +715,7 @@
 				n = sprintf((char *)p, "%s", msgtext);
 				m = libwebsocket_write(wsi, p, n, LWS_WRITE_TEXT);
 
-				//json_object_put(notif_json);
+				json_object_put(notif_json);
 			}
 			if (http_server != NULL) {
 				ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, http_server, "notification: POP notifications done");