Skip to content
Snippets Groups Projects
Commit 98144bc9 authored by Mario Ohlberger's avatar Mario Ohlberger
Browse files

memmory bug fixed

[[Imported from SVN: r3325]]
parent a4123a1f
No related branches found
No related tags found
No related merge requests found
......@@ -244,6 +244,8 @@ inline void copyTraverseStack( TRAVERSE_STACK* stack, TRAVERSE_STACK* org )
}
}
used = stack->stack_size;
stack->info_stack = 0;
stack->info_stack = MEM_ALLOC(stack->stack_size, U_CHAR);
stack->save_elinfo_stack = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment