diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-27 22:51:54 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-04-27 22:51:54 +0300 |
commit | 04746bc5c0301fac55badc956225f486607dffd9 (patch) | |
tree | bcf5a6644265574c59d2f47129009770ed4bab59 /debug.c | |
parent | 9e2c7a30a0dfa4f50ea4c052d18f9a923bb51b87 (diff) | |
download | egawk-04746bc5c0301fac55badc956225f486607dffd9.tar.gz egawk-04746bc5c0301fac55badc956225f486607dffd9.tar.bz2 egawk-04746bc5c0301fac55badc956225f486607dffd9.zip |
Code cleanups in array.c and side effects in other files.
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1099,7 +1099,7 @@ print_array(volatile NODE *arr, char *arr_name) POP_BINDING(pager_quit_tag_stack, pager_quit_tag, pager_quit_tag_valid); for (i = 0; i < num_elems; i++) - ahash_unref(list[i]); + unref(list[i]); efree(list); return ret; |