tests: remove the MALLOC attribute from xappend()
authorBartosz Golaszewski <bartekgola@gmail.com>
Tue, 24 Oct 2017 07:28:10 +0000 (09:28 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Tue, 24 Oct 2017 07:28:10 +0000 (09:28 +0200)
commit030f17e6572d4277c05d2eefffa091cd69ab43cb
tree128f89f85c1c4f5868953c774d46b3f7d6d9acb9
parenteb94ac65dbe15f19611b8fc9624952400e0d8ea4
tests: remove the MALLOC attribute from xappend()

The internally called realloc() doesn't have this attribute so we
can't propagate it up the stack.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
tests/gpiod-test.c