Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv10027/src/backends/monet5

Modified Files:
        sql_scenario.mx 
Log Message:
propagated changes of Wednesday Feb 21 2007 - Thursday Feb 22 2007
from the SQL_2-16 branch to the development trunk


Index: sql_scenario.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/sql_scenario.mx,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -d -r1.252 -r1.253
--- sql_scenario.mx     21 Feb 2007 14:00:46 -0000      1.252
+++ sql_scenario.mx     22 Feb 2007 11:30:48 -0000      1.253
@@ -90,8 +90,9 @@
 static void
 monet5_freestack(backend_stack stk)
 {
-       if (stk)
-               GDKfree(stk);
+       ptr p = (ptr)stk;
+       if (p != NULL)
+               GDKfree(p);
 #ifdef _SQL_SCENARIO_DEBUG
        stream_printf(GDKout, "#monet5_freestack\n");
 #endif


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to