]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Fix json ref leak
authorRichard Mudgett <rmudgett@digium.com>
Fri, 28 Sep 2018 18:55:43 +0000 (13:55 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Mon, 1 Oct 2018 16:46:23 +0000 (11:46 -0500)
commit308c3f9cf6b493a32f2d71a990639014101dcad0
tree514d57aa942fdb9dd8586c7525a0facc71fb97f0
parent9cedc7bc81e708d4d25bbc990173375d36ca154e
app_queue.c: Fix json ref leak

Declining the queue_member_status_type stasis message in stasis.conf
causes these messages to leak json objects.

* Add missing ast_json_unref() if the type is NULL in
queue_publish_member_blob().

ASTERISK-28084

Change-Id: I691ecf49bd1f7d9c29182e1eee8c4bb7103be9fc
apps/app_queue.c