Cleaned up memory allocations.
authorTilman Sauerbeck <tilman@code-monkey.de>
Wed, 16 Aug 2006 19:12:06 +0000 (21:12 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Wed, 23 Aug 2006 17:39:14 +0000 (19:39 +0200)
Now we don't allocate the same chunks of memory in every call to
vcedit_open(), but we allocate the memory with the vcedit_state object
and keep it throughout its life time.


No differences found