]> granicus.if.org Git - graphviz/commit
Simplify gvusershape_find();
authorEmden R. Gansner <erg@research.att.com>
Tue, 25 Mar 2014 13:50:01 +0000 (09:50 -0400)
committerEmden R. Gansner <erg@research.att.com>
Tue, 25 Mar 2014 13:50:01 +0000 (09:50 -0400)
commit8c1a84e23c78bc02f5d9b76f4d3d8d35343df2ea
tree9a514b7743a4f8c7328e18d9f5449faa5db5d934
parent26f8a5e0878a2e9afbb696fe3469b5625b2c9ccf
Simplify gvusershape_find();
fix bug 2425. With the use of cgraph, the strings used in attributes are attached to
the root graph, so file name pointers being stored in the image cache are no longer
valid when the graph is deleted. The image cache needs to use the global string cache.
As this could lead to many unsed image cache items, we might consider limiting the cache
size, or starting afresh with each new graph.
lib/gvc/gvusershape.c