[graph] Remove manual destruction

Happens automatically by destructor.
This commit is contained in:
Behdad Esfahbod 2023-06-08 14:51:18 -06:00
parent d08aee5a7e
commit 11308c4d1f

View file

@ -359,7 +359,6 @@ struct graph_t
~graph_t ()
{
vertices_.fini ();
for (char* b : buffers)
hb_free (b);
}