QUOTE (normandinf @ Aug 22 2008, 10:33 AM)
Even if I unwire the graph, the leak is still there.
In fact I found whenever I convert the cluster into a string for writing to file in "datalogger", i have a memory leak in the "main program" as seen in "profile performance and memory". I tried the following things:
1. Unbundle cluster, cluster to array, array to spreadsheet string
2. Unbundle cluster, format string
3. Cluster to array, array to spreadsheet string, concatenate strings
4. Number to fractional string, concatenate strings,
and other permutations.
All leaking...
Is the passing of a cluster to the datalogger from the main program causing it?
Ray the Leaker