Does not leak memory with ctx and backend
[cascardo/atompub.git] / src / main.c
index c6781a6..2a790d0 100644 (file)
@@ -43,5 +43,6 @@ main (int argc, char **argv)
       exit (1);
     }
   cgi_serve_request (ctx);
+  atom_ctx_delete (ctx);
   return 0;
 }