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

* commit '127013c1627b75a24610b66dda01de9a91446789':
  debuggerd: Fix minor memory leak
diff --git a/libcorkscrew/ptrace.c b/libcorkscrew/ptrace.c
index 6496d5e..776ef69 100644
--- a/libcorkscrew/ptrace.c
+++ b/libcorkscrew/ptrace.c
@@ -129,6 +129,7 @@
         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,