Skip to content
Snippets Groups Projects
Commit 5efdf42e authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Plug a memory leak.

parent d293d6ac
No related branches found
No related tags found
No related merge requests found
...@@ -3527,7 +3527,7 @@ int run_packet_event( ...@@ -3527,7 +3527,7 @@ int run_packet_event(
} else { } else {
assert(!"bad direction"); /* internal bug */ assert(!"bad direction"); /* internal bug */
} }
free(err);
return STATUS_OK; /* everything went fine */ return STATUS_OK; /* everything went fine */
out: out:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment