Does not leak memory with ctx and backend
[cascardo/atompub.git] / include / atompub / ctx.h
index 5fef349..35ecca6 100644 (file)
@@ -23,6 +23,7 @@
 typedef struct _atom_ctx AtomCtx;
 
 AtomCtx * atom_ctx_new (void);
+void atom_ctx_delete (AtomCtx *);
 void * atom_config_data (AtomCtx *);
 void atom_config_data_set (AtomCtx *, void *);