]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager.c: Fix presencestate object leak
authorNathan Monfils <nathanmonfils@gmail.com>
Mon, 8 Sep 2025 15:56:02 +0000 (17:56 +0200)
committerNathan Monfils <nathanmonfils@gmail.com>
Thu, 11 Sep 2025 15:24:01 +0000 (15:24 +0000)
commit1657ccfc68fe3c08d7afae5dde77974b7daf48d8
tree9cdea7d084f3facaf1863586d82912036967936c
parentd274905fa555cd948d532690eff2cf4993ca8e84
manager.c: Fix presencestate object leak

ast_presence_state allocates subtype and message. We straightforwardly
need to clean those up.
main/manager.c