Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Memory leak in OCIStmtExecute

Status
Not open for further replies.

softskm

Programmer
Oct 15, 2002
2
IN
HI ,
I am calling
sword OCIStmtExecute (OCISvcCtx *svchp, OCIStmt *stmtp, OCIError *errhp,
ub4 iters, ub4 rowoff, CONST OCISnapshot *snap_in,
OCISnapshot *snap_out, ub4 mode);
in my program.I am observing that this call is allocating 4152 bytes of memory in 2 chunks, which get never freed.I am not able to find that whose responsibility is this to free this memory allocated by this call.
As I am badly stuck up withthis peoblem.Can anybody please help me out.
Regards
Sanjeev
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top