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)
commitc4e7d2b3fa117a377a4f33d28be332d904d3d6ea
tree527f75aab3fa18739ff646f7d6bba213d174029d
parent2cedce4cb348f6980ec64ab746b58d32f62b20a3
Cleaned up memory allocations.

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.
ext/vcedit.c