Merge pull request #4635 from xmcclure/5.3-bump
authorAndi McClure <andi.mcclure@xamarin.com>
Mon, 3 Apr 2017 19:21:51 +0000 (15:21 -0400)
committerGitHub <noreply@github.com>
Mon, 3 Apr 2017 19:21:51 +0000 (15:21 -0400)
Bump master to 5.3 due to creation of 2017-04 branch

mono/mini/mini.c

index efe23ea8f63c35d5abf5b2bfd3a1816bc5e18b88..c81919ececada46517dc824b89e7a60219885640 100644 (file)
@@ -3406,7 +3406,6 @@ mini_method_compile (MonoMethod *method, guint32 opts, MonoDomain *domain, JitFl
                        if (strcmp (cfg->method->name, name) == 0)
                                cfg->verbose_level = 4;
                }
-               g_free (verbose_method_name);
        }
 
        cfg->intvars = (guint16 *)mono_mempool_alloc0 (cfg->mempool, sizeof (guint16) * STACK_MAX * header->max_stack);