Hi! > static void cleanup(void) > { > - free(arg); > + if (arg) > + free(arg); free(NULL) is no-op, I've removed this if and pushed, thanks. -- Cyril Hrubis chrubis@suse.cz