mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-06 12:36:58 +00:00
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@424313 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -560,6 +560,7 @@ static void hepv3_config_post_apply(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ao2_global_obj_replace_unref(global_data, data);
|
ao2_global_obj_replace_unref(global_data, data);
|
||||||
|
ao2_ref(data, -1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
|
Reference in New Issue
Block a user