[390] in Hesiod
hesiod 3.x
daemon@ATHENA.MIT.EDU (Danilo Almeida)
Tue Jan 4 21:19:07 2000
From: "Danilo Almeida" <dalmeida@MIT.EDU>
To: <hesiod@MIT.EDU>
Date: Tue, 4 Jan 2000 21:17:50 -0500
Message-Id: <DIEILAKKMPNAOBPOMHLBOEHKCAAA.dalmeida@mit.edu>
Mime-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
After quickly glancing around, I noticed that the 3.x interface has no
hesiod_free to free strings. Are folks just supposed to use free?
If so, that's an API bug because it requires that my app use the same libc
used by the hesiod library, which may be virtually impossible to guarantee
in a portable manner in a fully dynamic library environment (Windows comes
to mind).
- Danilo