wmem: allow wmem_destroy_list to ignore a NULL list.
commita4d3497f365f8d68204d78fca4a35a0c5e5cd21a
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Jun 2016 06:55:35 +0000 (21 08:55 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 30 Oct 2024 16:02:54 +0000 (30 17:02 +0100)
treec97e8015aa5500d8f84f89dbf967e5c741e35568
parentf8a14841bc8b789770a7b40cf3ca835f2d53712e
wmem: allow wmem_destroy_list to ignore a NULL list.

I think this should not lead to a crash.

Change-Id: Ic9d903d355f925b2cd5239d51b42f441679ed771
Signed-off-by: Stefan Metzmacher <metze@samba.org>
wsutil/wmem/wmem_list.c