Fixed memory leak

This commit is contained in:
ceriel
1991-06-24 16:33:43 +00:00
parent 1be579a6e7
commit 42584ddcdb
3 changed files with 3 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
*/
struct stack_level {
struct stack_level *next;
/* struct stack_level *next; */
struct stack_level *sl_next; /* upward link */
struct stack_level *sl_previous; /* downward link */
struct stack_entry *sl_entry; /* sideward link */