As of the previous commit, this is no longer used.
Gitlab: #1873
return state;
}
- if (!(state->tmp = sfstropen())) {
- error(ERROR_ERROR, "Could not create state tmpfile");
- free (state);
- return 0;
- }
-
state->tvt = TV_flat;
state->name_used = name_used;
state->tvroot = 0;
{
if (!state) return;
name_used = state->name_used;
- if (state->tmp)
- sfclose (state->tmp);
free (state->dp);
free (state);
}
Agraph_t *target;
Agraph_t *outgraph;
Agobj_t *curobj;
- Sfio_t *tmp;
Exdisc_t *dp;
Exerror_f errf;
Exexit_f exitf;