Fixed memory leak

This commit is contained in:
ceriel
1991-06-24 16:33:43 +00:00
parent b6d8d87d32
commit 84a96cecec
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 */