Changeset: eff8364345cf for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=eff8364345cf
Modified Files:
        monetdb5/mal/mal_interpreter.c
Branch: default
Log Message:

Initialize structures.


diffs (11 lines):

diff --git a/monetdb5/mal/mal_interpreter.c b/monetdb5/mal/mal_interpreter.c
--- a/monetdb5/mal/mal_interpreter.c
+++ b/monetdb5/mal/mal_interpreter.c
@@ -497,6 +497,7 @@ str runMALsequence(Client cntxt, MalBlkP
        int garbages[16], *garbage;
        int stkpc = 0;
        RuntimeProfileRecord runtimeProfile, runtimeProfileFunction;
+       runtimeProfile.stkpc = runtimeProfileFunction.stkpc = 0;
 
        if (stk == NULL)
                throw(MAL, "mal.interpreter", MAL_STACK_FAIL);
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to