On Wed, Jul 08, 2020 at 02:02:44PM -0400, y2s1982 wrote: > + ret = gompd_callbacks.free_memory (handle); > + return ret;
You could here just return gompd_callbacks.free_memory (handle); No need to bother with ret variable. Ok with that fixed, no need to repost. Jakub