]> git.ipfire.org Git - thirdparty/glibc.git/commit
malloc: Resolve compilation failure in NDEBUG mode
authorFlorian Weimer <fweimer@redhat.com>
Thu, 31 Aug 2017 12:55:11 +0000 (14:55 +0200)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Tue, 28 Nov 2017 13:42:19 +0000 (19:12 +0530)
commit590b24e6e066cbb7d3e5befbb665ed844fbca083
treee0bd0dda97ed48156f8faf98c278d4e41009bdfa
parent533afac92904cc6037b54469763105508b45ace0
malloc: Resolve compilation failure in NDEBUG mode

In _int_free, the locked variable is not used if NDEBUG is defined.

(cherry-picked from 24cffce7366c4070d8f823702a4fcec2cb732595)
ChangeLog
malloc/malloc.c