aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_jabber.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_jabber.c')
-rw-r--r--res/res_jabber.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_jabber.c b/res/res_jabber.c
index 7bd96016c..c4d626ccb 100644
--- a/res/res_jabber.c
+++ b/res/res_jabber.c
@@ -2867,6 +2867,7 @@ static int aji_load_config(int reload)
}
cat = ast_category_browse(cfg, cat);
}
+ ast_config_destroy(cfg); /* or leak memory */
return 1;
}