You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Duplicate issue with #26.
OCI is known for not releasing all allocated memory.
When looking at your valgrind ouput, it is memory allocated by OCI (that call OCILIB memory allocation callbacks). All memory or OCI handle allocated by OCILIB is released.
Thus, there is nothing I can do about.
You can google "Oracle OCI leak valgrind" and you will see that is an Orace Client issue.
My Run platform: Linux redhat6.4 64bit、g++ 4.4.6、valgrind 3.2.1
valgrind log info:
log.txt
The text was updated successfully, but these errors were encountered: