AE

Errors: caused by a mistake in documentation of Tk_FreeGC.
In htext2.c and graph.c  it is the instruction ...->tkwin = NULL
that causes the problem.
Moreover all calls to Tk_Free... must have a (Display*)
as their first argument. This can be gotten via the (LinePtr and GraphPtr) structs.

