[graph] Remove manual destruction

Happens automatically by destructor.
pull/4271/head
Behdad Esfahbod 1 year ago
parent d08aee5a7e
commit 11308c4d1f
  1. 1
      src/graph/graph.hh

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

Loading…
Cancel
Save