]> granicus.if.org Git - graphviz/commit
Replace dupFont() with insertion into font dictionary; remove unnecessary strdup()'s
authorEmden R. Gansner <erg@alum.mit.edu>
Fri, 8 Nov 2013 22:43:48 +0000 (17:43 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Fri, 8 Nov 2013 22:43:48 +0000 (17:43 -0500)
commit616ca7f1098791c88255ec1ff298ef92718e85b3
tree6fdf4accf80cec485b740b329446013a98d2c07a
parent376af9c2d59bb2f142ba47fc4a8570ba0195aea1
Replace dupFont() with insertion into font dictionary; remove unnecessary strdup()'s
as these will be done in the dictionary if necessary, and do a simple pointer
assignment. Note that if we want to use reference counting, we will
have to replace the font pointer assignment with a dup function.
lib/common/htmlparse.y