mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-13 00:32:59 +00:00
[graph] Remove manual destruction
Happens automatically by destructor.
This commit is contained in:
parent
d08aee5a7e
commit
11308c4d1f
1 changed files with 0 additions and 1 deletions
|
@ -359,7 +359,6 @@ struct graph_t
|
|||
|
||||
~graph_t ()
|
||||
{
|
||||
vertices_.fini ();
|
||||
for (char* b : buffers)
|
||||
hb_free (b);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue