I'm seeing a memory leak in the table control when I use the SortTableCells() function. Each time I call the function my memory footprint increases a little. My application either adds new data to a table, or updates it's existing data every 3 seconds or so. Instead of having to manually determine the correct location for my new data, I simply add it to the end of the table, and sort it. Needless to say, the gradual memory increase isn't ideal...I find it crashes my Windows 2000 box after 3 hours or so....
I've put together a small project to demonstrate the problem I'm seeing. It simply populates a table, and sorts it every second (without changing any of the data). I can watch the memory footprint grow every second in the windows task manager.
Would someone else like to verify that this is happening with them? I've tested it under CVI 8.0 and 7.1 (albeit on the same computer, so they may be using the same control).