David CARLIER wrote: > Hi all, > > Both internal state variables, lclptr and gmtptr are allocated once but > never freed so I was wondering if this little diff which avoids the > unnecessary dynamic allocations would have any use ?
Looks about right. There's little cause to optimize for static space here.
