gpiosim: fix a memory leak
authorBartosz Golaszewski <brgl@bgdev.pl>
Wed, 23 Feb 2022 10:03:30 +0000 (11:03 +0100)
committerBartosz Golaszewski <brgl@bgdev.pl>
Wed, 23 Feb 2022 21:14:17 +0000 (22:14 +0100)
commitffb006dd4ab9d435e5c0623bd31c2bcecaf3a465
tree4819056cc44099fe7d6980e8b01c0adb4346755c
parent7bd9e62fc29040ccad6a8363416c9dd0da0bc145
gpiosim: fix a memory leak

If a bank gets dropped when the device is still enabled and before the
parent device, we leak the device path and chip name strings. This makes
sure we always free them.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
tests/gpiosim/gpiosim.c