]> git.ipfire.org Git - thirdparty/samba.git/commit
sharesec: Fix warning frame not freed in order
authorVinit Agnihotri <vagnihot@redhat.com>
Thu, 12 Dec 2024 13:35:24 +0000 (19:05 +0530)
committerGünther Deschner <gd@samba.org>
Fri, 10 Jan 2025 09:46:32 +0000 (09:46 +0000)
commit04531e1b1d25d114c470922547bee769b07e5e60
treead080af4f0d70c59d70a3c3ef294f3d0ec26e374
parent0a12254ea8b3414deebc3e6329025052c650356e
sharesec: Fix warning frame not freed in order

This change should fix following warning:
Freed frame ../../source3/utils/sharesec.c:515, expected ../../source3/utils/sharesec.c:637

Frame was not getting freed in case of servicename is NULL.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15780

Signed-off-by: Vinit Agnihotri <vagnihot@redhat.com>
Reviewed-by: John Mulligan <jmulligan@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/utils/sharesec.c