[Mono-list] patch for assembly.c
Dietmar Maurer
dietmar@ximian.com
23 May 2002 13:23:52 +0200
Hi Guenther,
you cant free a string constant: g_free (CORLIB_NAME);
I have fixed that in cvs. Please can you wait until someone approves
your patches before you apply them - just to avoid such things ;-)
- Dietmar
On Thu, 2002-05-23 at 08:41, Guenther Roith wrote:
> Here is a little patch for assembly.c to fix the problem with the path being
> fixed on windows for corlib.dll. It works on windows, but I haven't tried it
> on linux. I someone could do and eventually add it to cvs.
>
> Johannes