]> git.ipfire.org Git - thirdparty/libtool.git/commit
* libltdl/lt_dlloader.c (lt_dlloader_remove): Since the return
authorGary V. Vaughan <gary@gnu.org>
Mon, 30 Aug 2004 12:33:09 +0000 (12:33 +0000)
committerGary V. Vaughan <gary@gnu.org>
Mon, 30 Aug 2004 12:33:09 +0000 (12:33 +0000)
commit5da74960c25293a2384fabd1f171429b0c68ca8d
tree57045a739c08211dda92af8fa8e0ba1de4a08796
parentb6528220ee46488358bf5caad305ee90d6567038
* libltdl/lt_dlloader.c (lt_dlloader_remove): Since the return
value of this function is often passed to free, don't declare it
`const'. Responsibility for this memory is given back to the
caller on return.
* libltdl/lt_dlloader.h (lt_dlloader_remove): Ditto.
* libltdl/ltdl.c (lt_dlexit): Adjust.
* NEWS: Updated.
ChangeLog
NEWS
libltdl/lt_dlloader.c
libltdl/lt_dlloader.h
libltdl/ltdl.c