]> 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:23:59 +0000 (15:23 +0000)
commitbb2d507193f690b7d552033b91f331a70845a274
tree526f973b7a907af4f72bc219ed711fdfd338a5fc
parentb02a7f97e3362b130b327643992fd00ce3934037
manager.c: Fix presencestate object leak

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