Update of /cvsroot/monetdb/MonetDB5/src/mal
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv11344/src/mal
Modified Files:
mal_function.mx
Log Message:
fixed leaks in opt_evaluate and opt_garbageCollector
Index: mal_function.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/mal/mal_function.mx,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -d -r1.149 -r1.150
--- mal_function.mx 2 Jan 2008 19:54:22 -0000 1.149
+++ mal_function.mx 4 Jan 2008 18:09:35 -0000 1.150
@@ -57,9 +57,9 @@
#include "mal_module.h"
#include "mal_resolve.h"
-typedef struct{
+typedef struct lifespan {
short beginLifespan, endLifespan, lastUpdate;
-}*Lifespan, LifespanRecord;
+} *Lifespan, LifespanRecord;
#define getLastUpdate(L,I) (L[I].lastUpdate)
#define getEndLifespan(L,I) (L[I].endLifespan)
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins