[Vortex] [BUG] missing gsasl_free calls
Benoit Amiaux
b.amiaux at ateme.com
Tue Apr 22 17:02:56 CEST 2008
Hi,
Jens Alfke wrote:
> I definitely agree this should be fixed; but to clarify, it sounds like
> it would only cause problems on platforms where malloc is part of a
> static library that differs by compiler; AFAIK that's only true of
> Windows. On OS X (and I think Linux) the C library is part of a DLL
> shared by all code.
I can't say about OS X, but you can definitely choose whether to link
statically or dynamically to the C library under linux or have different
versions installed concurrently. It's less an issue because most apps
choose the default C dynamic library (which is the good choice) and most
apps on a system are usually compiled for that system (no binary mismatch).
Bye,
Benoit
More information about the Vortex
mailing list