Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 127013c1 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 7bce39ca: am 2690482a: am 55e1df47: Merge "debuggerd: Fix minor memory leak"

* commit '7bce39ca':
  debuggerd: Fix minor memory leak
parents 3c7eb2a2 7bce39ca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,