Advertisement
Guest User

TClientDataSet.SetXMLData Memory Leak

a guest
Jul 2nd, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. allocation number: 7528
  2. program up time: 5,42 s
  3. type: GetMem
  4. address: $478bbd0
  5. size: 161
  6. access rights: read/write
  7.  
  8. main thread ($d7c):
  9. 671ca8b9 madExcept32.dll madExceptDbg 1453 GetMemCallback
  10. 00402dfc sGOs.exe System 248 AllocMem
  11. 0054c666 sGOs.exe DBClient TCustomClientDataSet.AllocKeyBuffers
  12. 00548025 sGOs.exe DBClient TCustomClientDataSet.InternalOpen
  13. 004aabe5 sGOs.exe DB TDataSet.DoInternalOpen
  14. 004aac9e sGOs.exe DB TDataSet.OpenCursor
  15. 00547471 sGOs.exe DBClient TCustomClientDataSet.OpenCursor
  16. 004aab59 sGOs.exe DB TDataSet.SetActive
  17. 004aa951 sGOs.exe DB TDataSet.Open
  18. 005484ed sGOs.exe DBClient TCustomClientDataSet.SetData
  19. 00548524 sGOs.exe DBClient TCustomClientDataSet.SetXMLData
  20. 00575fc9 sGOs.exe uMainDataModule 72 TMainDataModule.AbertasBeforeOpen
  21. 004adf79 sGOs.exe DB TDataSet.DoBeforeOpen
  22. 004aab3e sGOs.exe DB TDataSet.SetActive
  23. 004aa951 sGOs.exe DB TDataSet.Open
  24. 00577676 sGOs.exe ufmrCentralOS 62 TfrmCentralOS.FormCreate
  25. 004e3561 sGOs.exe Forms TCustomForm.DoCreate
  26. 004e321d sGOs.exe Forms TCustomForm.AfterConstruction
  27. 00404865 sGOs.exe System 248 @AfterConstruction
  28. 004e31f4 sGOs.exe Forms TCustomForm.Create
  29. 00578cf9 sGOs.exe uMainMenu 64 TfrmMainMenu.Central1Click
  30. 004c887f sGOs.exe Menus TMenuItem.Click
  31. 004c9a57 sGOs.exe Menus TMenu.DispatchCommand
  32. 004e7143 sGOs.exe Forms TCustomForm.WMCommand
  33. 004d30bb sGOs.exe Controls TControl.WndProc
  34. 004d6f11 sGOs.exe Controls TWinControl.WndProc
  35. 004e4625 sGOs.exe Forms TCustomForm.WndProc
  36. 004d669c sGOs.exe Controls TWinControl.MainWndProc
  37. 0048c6d8 sGOs.exe Classes StdWndProc
  38. 76637bc5 USER32.dll DispatchMessageA
  39. 004ebc64 sGOs.exe Forms TApplication.ProcessMessage
  40.  
  41. memory dump:
  42. 0478bbd0 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  43. 0478bbe0 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  44. 0478bbf0 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  45. 0478bc00 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  46. 0478bc10 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  47. 0478bc20 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  48. 0478bc30 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  49. 0478bc40 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  50. 0478bc50 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  51. 0478bc60 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 ................
  52. 0478bc70 00 .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement