tests: fix a memory leak in exit path
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 6 Jul 2019 17:31:36 +0000 (19:31 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 6 Jul 2019 17:31:36 +0000 (19:31 +0200)
commit949f896badc4cefd2bdadaa076253de0ab16238c
tree92a6e1f713f0e4ed32da7100df8ede8d0773d887
parent647cc34a1f1ac115e6278bceb95e18a75cc85def
tests: fix a memory leak in exit path

When exiting normally we free all allocated resources (mostly to keep
valgrind quiet). The toolpath string is not being freed and pops up in
valgrind's "still reachable" category of leaks. Free this memory too
in the atexit() cleanup callback.

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