libclntsh.so memory leak while working from Kylix with BLOBS
I'm trying to put BLOB data into database from Kylix based program. I'm noticed that memory usage is very high and never return back to initial value even if i destroy all database related objects in the application. I'm tried to catch memory leaks via "mtrace" thinking that it was buggy Borland implementation of dbExpress drivers or DataCLX code.
When i looked on the dump of not freed memory i was shocked. Multiple not freed memory blocks was allocated inside libclntsh.so.9 with few functions like "slwmmgetmem" and some others.
Is there cure for this problem?
Oracle 9.2.0.1 for Linux running on Linux Mandrake 8.2. Client run on ALT Linux Master 2.2. (near analog of Linux Mandrake 9.0)