• Vladimír Čunát's avatar
    lib/utils: fix memory leak since 58def8bb · 021cdc24
    Vladimír Čunát authored
    The problem was the mm_malloc() typo :-/ so allocation was going through
    malloc() instead of the packet's allocator (always memory pool ATM).
    I added mm_free() for better correctness anyway.
    021cdc24