* commit '2690482a35562fc2f5c8a2164f10ffba1d27e599': debuggerd: Fix minor memory leak
This commit is contained in:
commit
7bce39cac6
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…
Add table
Reference in a new issue