Nope, sorry, I was confused. It seems to be the big_query compat wrapper that causes the leak somehow.
/ Martin Stjernholm, Roxen IS
Previous text:
2004-10-12 17:28: Subject: memory leak in oracle module
The direct cause of the leak is that OCIInitialize is called with OCI_THREADED in 7.4 and later. Are things likely to go bonkers if that flag is removed? Do you still remember why you added it? (In 7.2 that flag is used only if ORACLE_USE_THREADS isn't defined.)
/ Martin Stjernholm, Roxen IS