From bd51fcaab66a9f00a48e86fadbe76fc0706e7050 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Thu, 15 May 2014 04:48:17 +0400 Subject: [PATCH] Fix 1208754 --- libr/core/asm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libr/core/asm.c b/libr/core/asm.c index 6eb69ffd90..1b875c5cef 100644 --- a/libr/core/asm.c +++ b/libr/core/asm.c @@ -119,6 +119,7 @@ R_API RList *r_core_asm_strsearch(RCore *core, const char *input, ut64 from, ut6 if (!(hit = r_core_asm_hit_new ())) { r_list_purge (hits); free (hits); + hits = NULL; goto beach; } hit->addr = at+tidx;