You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix the memory leak in the generated program using either an array or sorted list type. Test for memory leaks using the rules in Compilers-Experiment/Experiment_Set_Rules (we can easily test for memory leaks using valgrind or adding "-fsanitize=address" in CFLAGS).
The text was updated successfully, but these errors were encountered:
Fix the memory leak in the generated program using either an array or sorted list type. Test for memory leaks using the rules in Compilers-Experiment/Experiment_Set_Rules (we can easily test for memory leaks using valgrind or adding "-fsanitize=address" in CFLAGS).
The text was updated successfully, but these errors were encountered: