Skip to content
Snippets Groups Projects
Commit 7df568b7 authored by Jakob Olsson's avatar Jakob Olsson
Browse files

cntlr_map: free cmdu after handling

parent 9abe41d6
No related branches found
No related tags found
No related merge requests found
Pipeline #21314 failed
...@@ -715,7 +715,7 @@ int cntlr_handle_map_event(void *module, uint16_t cmdutype, uint16_t mid, ...@@ -715,7 +715,7 @@ int cntlr_handle_map_event(void *module, uint16_t cmdutype, uint16_t mid,
if (f[idx].handle) if (f[idx].handle)
ret = f[idx].handle(c, cmdu); ret = f[idx].handle(c, cmdu);
// map_free_cmdu(cmdu); cmdu_free(cmdu);
//TODO: check ret //TODO: check ret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment