Loading src/binary_c_python.c +3 −2 Original line number Diff line number Diff line Loading @@ -620,7 +620,8 @@ int run_system(char * argstring, Boolean free_store = FALSE; if (store_memaddr == -1) { Boolean free_store = TRUE; debug_printf("Decided to free the store memaddr\n"); free_store = TRUE; } /* Determine whether to free the persistent data memory adress*/ Loading @@ -628,7 +629,7 @@ int run_system(char * argstring, if (persistent_data_memaddr == -1) { debug_printf("Decided to free the persistent_data memaddr\n"); Boolean free_persistent_data = TRUE; free_persistent_data = TRUE; } /* free stardata (except the buffer) */ Loading Loading
src/binary_c_python.c +3 −2 Original line number Diff line number Diff line Loading @@ -620,7 +620,8 @@ int run_system(char * argstring, Boolean free_store = FALSE; if (store_memaddr == -1) { Boolean free_store = TRUE; debug_printf("Decided to free the store memaddr\n"); free_store = TRUE; } /* Determine whether to free the persistent data memory adress*/ Loading @@ -628,7 +629,7 @@ int run_system(char * argstring, if (persistent_data_memaddr == -1) { debug_printf("Decided to free the persistent_data memaddr\n"); Boolean free_persistent_data = TRUE; free_persistent_data = TRUE; } /* free stardata (except the buffer) */ Loading