homer362s / DAAS_2015

data acquisition and analysis service
0 stars 0 forks source link

memory leak in acquchan #2

Open gaorlov opened 9 years ago

gaorlov commented 9 years ago

In acqchan_MeasurementArray we currently create an array that we feed into the graph. There's no pointer to it afterwords, so it just leaks away. There are a couple fixes here:

gaorlov commented 9 years ago

@rebrik, this is fixed, right? Feel free to close this, if that is so.

rebrik commented 9 years ago

Yes, I'll do this, but later.

On 7/12/2015 11:56 AM, Greg Orlov wrote:

@rebrik https://github.com/rebrik, this is fixed, right? Feel free to close this, if that is so.

— Reply to this email directly or view it on GitHub https://github.com/homer362s/DAAS_2015/issues/2#issuecomment-120754163.

gaorlov commented 9 years ago

Excellent! Thanks!