Hi! Pushed with a minor change, thanks. > +static void cleanup(void) > +{ > + if (buff) > + free(buff); > + > + if (data) > + free(data); free(NULL) is no-op so I've removed the two ifs here. -- Cyril Hrubis chrubis@suse.cz