Merge "debuggerd: Fix minor memory leak"
This commit is contained in:
commit
55e1df471b
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