Don't free expressions after preprocessing
commit8cea1f0d96b63965ebf7fa9bf73f30237605c0e2
authorLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 03:39:44 +0000 (2 20:39 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 3 Aug 2005 03:39:44 +0000 (2 20:39 -0700)
tree21c8827179a6ee0348b52f1b1f0039a5b8ad3cd1
parent972609f0d10e3bcb10a9132802b2edb8b01d305f
Don't free expressions after preprocessing

It used to be that we only had pre-processor expressions at that point,
but now that we can pre-process multiple files, we end up having
expressions of previous files too, and we mustn't free those..

There aren't enough pre-processor expressions around to be worth
worrying about the memory usage anyway.
pre-process.c