Skip to content
Snippets Groups Projects
Verified Commit 021cdc24 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

lib/utils: fix memory leak since 58def8bb

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.
parent 8f3df919
Branches
Tags v5.3.0
1 merge request!717lib/utils: fix memory leak since 58def8bb7
Pipeline #42861 failed with stages
in 39 minutes and 27 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment