Loading src/imlib.c +1 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,7 @@ static char *feh_magick_load_image(char *filename) if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) { close(fd); unlink(sfn); free(sfn); sfn = NULL; if (!opt.quiet) { Loading src/winwidget.c +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ static winwidget winwidget_allocate(void) winwidget ret = NULL; ret = emalloc(sizeof(_winwidget)); memset(ret, 0, sizeof(_winwidget)); ret->win = 0; ret->w = 0; Loading Loading
src/imlib.c +1 −0 Original line number Diff line number Diff line Loading @@ -305,6 +305,7 @@ static char *feh_magick_load_image(char *filename) if (!WIFEXITED(status) || (WEXITSTATUS(status) != 0)) { close(fd); unlink(sfn); free(sfn); sfn = NULL; if (!opt.quiet) { Loading
src/winwidget.c +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ static winwidget winwidget_allocate(void) winwidget ret = NULL; ret = emalloc(sizeof(_winwidget)); memset(ret, 0, sizeof(_winwidget)); ret->win = 0; ret->w = 0; Loading