Hello,
Using gretl-1.9.1 with libgretl, i discovered that
destroy_dataset does not free all memory allocated by laggenr.
In file transform.c into get_transform function, testvec allocate an
array which is never freed.
Is there another way to free this memory ?
thanks