]> granicus.if.org Git - graphviz/commit
remove incorrect commented out use of NEW()
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Jun 2020 00:02:00 +0000 (17:02 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 16 Jun 2020 00:08:23 +0000 (17:08 -0700)
commit7501ded2dc93f763e184b7b9317f0406d370470e
tree7f16cf15d15d6a3c15ef28094e33c57c26ee3216
parent7fef00c3e17ab3f680c0abc3e2d33dbe581dc1ff
remove incorrect commented out use of NEW()

This macro takes a type as its argument, not a size. This call would have
resulted in an incorrect allocation of sizeof(size_t) bytes.
lib/label/index.c