summaryrefslogtreecommitdiff
path: root/res/res_hep.c
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2014-10-01 20:37:31 +0000
committerCorey Farrell <git@cfware.com>2014-10-01 20:37:31 +0000
commita752ca00bd62fdbc3d160b35f2817443ea3bf2bb (patch)
tree687592e9e388537ea2e1249b94f12ee806211471 /res/res_hep.c
parentadba2a8d7fdd70dbe466b50385609a55017fc2b1 (diff)
res_hep: Release allocation reference to configuration.
ASTERISK-24362 #close Reported by: Corey Farrell Review: https://reviewboard.asterisk.org/r/4026/ ........ Merged revisions 424312 from http://svn.asterisk.org/svn/asterisk/branches/12 ........ Merged revisions 424313 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@424314 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_hep.c')
-rw-r--r--res/res_hep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_hep.c b/res/res_hep.c
index da23d2257..007d3b096 100644
--- a/res/res_hep.c
+++ b/res/res_hep.c
@@ -560,6 +560,7 @@ static void hepv3_config_post_apply(void)
}
ao2_global_obj_replace_unref(global_data, data);
+ ao2_ref(data, -1);
}
/*!