WSDL cache was disabled by default (see WSDL_CACHE macro)

WSDL related memory leaks were fixed
This commit is contained in:
Dmitry Stogov 2004-02-06 14:22:33 +00:00
parent 88c1168941
commit 6ae97a5b25
6 changed files with 280 additions and 225 deletions

View file

@ -215,6 +215,7 @@ encodePtr get_conversion_from_type_ex(HashTable *encoding, xmlNodePtr node, cons
encodePtr get_conversion_from_href_type_ex(HashTable *encoding, const char *type, int len);
void delete_encoder(void *handle);
void delete_tmp_encoder(void *encode);
extern encode defaultEncoding[];