diff options
Diffstat (limited to 'idlc/source/preproc/unix.c')
-rw-r--r-- | idlc/source/preproc/unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idlc/source/preproc/unix.c b/idlc/source/preproc/unix.c index 922b2a320..a7af8a301 100644 --- a/idlc/source/preproc/unix.c +++ b/idlc/source/preproc/unix.c @@ -91,6 +91,7 @@ void maketokenrow(3, &tr); gettokens(&tr, 1); doadefine(&tr, c); + dofree(tr.bp); tr.bp = 0; unsetsource(); break; |