RIOT/sys/net/gnrc/pktbuf_malloc
Sören Tempel 178c9eb745 gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc
Otherwise the local mallocs variable is not decremented correctly (if
TEST_SUITES is defined) and the fuzzing setup (i.e. when MODULE_FUZZING
is defined) does not terminate. This regression was introduced in
3970b667aade062ab9dc4e2afe7914f7cd081f80.
2021-02-12 18:15:40 +01:00
..