One thing I see is the Autozero object is recreated every time you go through your loop. I wouldn't be surprised if repeated creation chews up some memory.
Suggestion: Always assume the libraries are not the issue, until you can boil the code down to so simple its nearly obvious the library has an issue.
The reason is, as soon as you start thinking the library is at fault you reduce your focus on it still being with your code.