Skip to content
Snippets Groups Projects
Commit 449b66b4 authored by Jonathan Schöbel's avatar Jonathan Schöbel
Browse files

NodeFragment: temporary fix memory leaks

When an error message is allocated on the heap, it can't currently be
freed properly, because nearly every message is allocated at compile
time. There also isn't the possiblity to set a flag, because it can't be
relied, that status is defined on the callee's side. Thus, the only
method to deal with this is by freeing it by the caller, when he knows,
that the message is allocated on the heap.
parent fbc9748f
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
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