am 55e1df47
: Merge "debuggerd: Fix minor memory leak"
* commit '55e1df471bb6e786c46a64d7ea99e224a6c46af2': debuggerd: Fix minor memory leak
This commit is contained in:
commit
2690482a35
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ void free_ptrace_context(ptrace_context_t* context) {
|
|||
free_ptrace_map_info_data(mi);
|
||||
}
|
||||
free_map_info_list(context->map_info_list);
|
||||
free(context);
|
||||
}
|
||||
|
||||
void find_symbol_ptrace(const ptrace_context_t* context,
|
||||
|
|
Loading…
Reference in a new issue