Loading scripts/kconfig/confdata.c +1 −2 Original line number Diff line number Diff line Loading @@ -432,7 +432,6 @@ int conf_read_simple(const char *name, int def) case S_INT: case S_HEX: case S_STRING: if (sym->def[def].val) free(sym->def[def].val); /* fall through */ default: Loading scripts/kconfig/util.c +1 −2 Original line number Diff line number Diff line Loading @@ -42,7 +42,6 @@ struct gstr str_new(void) /* Free storage for growable string */ void str_free(struct gstr *gs) { if (gs->s) free(gs->s); gs->s = NULL; gs->len = 0; Loading Loading
scripts/kconfig/confdata.c +1 −2 Original line number Diff line number Diff line Loading @@ -432,7 +432,6 @@ int conf_read_simple(const char *name, int def) case S_INT: case S_HEX: case S_STRING: if (sym->def[def].val) free(sym->def[def].val); /* fall through */ default: Loading
scripts/kconfig/util.c +1 −2 Original line number Diff line number Diff line Loading @@ -42,7 +42,6 @@ struct gstr str_new(void) /* Free storage for growable string */ void str_free(struct gstr *gs) { if (gs->s) free(gs->s); gs->s = NULL; gs->len = 0; Loading