If a ${dlfunc module has side-effects that cause store allocation, this
authorTony Finch <dot@dot.at>
Thu, 22 May 2008 10:56:27 +0000 (10:56 +0000)
committerTony Finch <dot@dot.at>
Thu, 22 May 2008 10:56:27 +0000 (10:56 +0000)
can conflict with the string expansion storage management logic - in
particular, the expansion code resets the store to reclaim working
space. In order to avoid destroying store allocated by ${dlfunc the
expansion code now leaks a bit if ${dlfunc is used.

Fixes: bug #713

No differences found