 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Hakim Nguyen Guest
|
Posted: Thu Jul 29, 2004 12:45 pm Post subject: Memory Leak in C++ Builder 5 under Windows 2000 & XP and Ora |
|
|
Hello,
I'm not sure if this is the correct post office for this post...
I'm running into a memory leak problem when moving my application to windows
2k & XP platforms. The same application ran fine under NT.
C++ Builder 5
Oracle ODBC Driver 8.xx.xx
using TQuery at run time:
TQuery *Query = new TQuery(NULL);
Query->DatabaseName = OraSession-DatabaseName ;
Query->SessionName = OraSession->SessionName;
Query->Name = "Query1_" + IntToStr ( random(10000) );
...
...
Query->Active = False;
delete (TQuery*)Query;
Query = NULL;
I'm at a lost so please help!
Thanks and Regards
hakim
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|