mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
* Fixed unfree'd 'char *results' in all tcl_* functions (only unfree'd in certain cases, moved the free to the actual function) so no more mem leaks. Tested this with over 500,000 access's for testing :) * Miscellaneous source style and tabulation fixes
4 lines
128 B
Text
4 lines
128 B
Text
* lock mutex on a per interpreter basis instead of global
|
|
|
|
* Add a version, callable from the tcl script for checking features
|
|
|