]> 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>
Mon, 22 Jun 2020 23:39:21 +0000 (16:39 -0700)
commit0cd4c57ef3c4ac2f49ebfb5a280244631db5ab17
treeeac85325eecf4bbb21da774ea1b0f87a3e22dff7
parent215e1e3143e35a7e61c7f0bae8087540c9dd3404
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