Author Topic: memory leaking  (Read 3557 times)

xin

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
memory leaking
« on: June 13, 2015, 12:30:33 am »
I just wonder whether any of you have received memory leaking complaints?  We are using the 2.4.1 paramquery in a desktop application and we discovered that there are memory leakings.  When we replaced code with earlier versions of paramquery such as 2.1.0, there's no memory leaking.  We found that the memory leaking typically is triggered by mouse-move in cells (or maybe column heading), and then memory just keeps going up slowly.  If you are not aware of such issue, please let me know, I might need to spend some time to present you a concrete bug case.

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6265
    • View Profile
Re: memory leaking
« Reply #1 on: June 26, 2015, 04:18:33 am »
Xin

Were you able to share a concrete case for memory leak.

I couldn't find memory leak on my end, it may something to do with your implementation, are there mouse move event handlers in your code.

xin

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 14
    • View Profile
Re: memory leaking
« Reply #2 on: July 13, 2015, 08:59:21 pm »
We've pinned down the memory leaking.  It has nothing to do with Paramquery grids.  Sorry about the question.
Thanks a lot for your time.
xin