[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Memory leaks in Lua?
- From: erik@... (Erik Hougaard)
- Date: Wed, 6 Jun 2001 13:29:00 +0200
----- Original Message -----
> Dear Lua enthusiasts,
> I getting resource leak errors with Borland C++Builder 5 (Update Pack #1)
when
> running lua.exe, or luac.exe in certain ways. I have built the programs
with
> full debug support and CodeGuard enabled (from project options). Can
somebody
> verify what I've got -- I was very surprised that this is so. I've
contacted
> the Lua developers and they said that they know of *no* memory leaks in
Lua,
> although they use tools such as Electric Fence and Rational Purify under
UNIX.
I have been using BoundsChecker with Lua very intense and have never found
leaks in the base Lua (My code on the other hand :-))
/Erik