[blob] Remove fini_shallow()
This commit is contained in:
parent
bcd59b5142
commit
60a9175f2c
|
@ -263,8 +263,6 @@ hb_blob_destroy (hb_blob_t *blob)
|
||||||
{
|
{
|
||||||
if (!hb_object_destroy (blob)) return;
|
if (!hb_object_destroy (blob)) return;
|
||||||
|
|
||||||
blob->fini_shallow ();
|
|
||||||
|
|
||||||
hb_free (blob);
|
hb_free (blob);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
struct hb_blob_t
|
struct hb_blob_t
|
||||||
{
|
{
|
||||||
void fini_shallow () { destroy_user_data (); }
|
~hb_blob_t () { destroy_user_data (); }
|
||||||
|
|
||||||
void destroy_user_data ()
|
void destroy_user_data ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue