2009-01-22 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 22 Jan 2009 20:15:42 +0000 (20:15 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 22 Jan 2009 20:15:42 +0000 (20:15 -0000)
* unwind.c (mono_unwind_frame): Remove a stray g_free ().

svn path=/trunk/mono/; revision=124243

mono/mini/ChangeLog
mono/mini/unwind.c

index fedbf73173401341a4a1edda419c5c3c29b4301e..31acd64c3eff3bef67508586763e2b3b0a409ecf 100644 (file)
@@ -1,5 +1,7 @@
 2009-01-22  Zoltan Varga  <vargaz@gmail.com>
 
+       * unwind.c (mono_unwind_frame): Remove a stray g_free ().
+       
        * unwind.c (mono_unwind_frame): New function to unwind through a frame
        using dwarf unwinding info. Not yet used.
 
index 9d6502b3b1cc89b5460aa8bf15c65a2810221081..b27cbd624a88c145a7f46f6612cfafd287452e7b 100644 (file)
@@ -262,6 +262,4 @@ mono_unwind_frame (guint8 *unwind_info, guint32 unwind_info_len,
        }
 
        *out_cfa = cfa_val;
-
-       g_free (locations);
 }