mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-29 02:03:25 +03:00
commit
2152a1736c
|
@ -1315,8 +1315,7 @@ font_getvaraxes(FontObject *self) {
|
||||||
FT_Done_MM_Var(library, master);
|
FT_Done_MM_Var(library, master);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
PyDict_SetItemString(
|
PyDict_SetItemString(list_axis, "name", axis_name);
|
||||||
list_axis, "name", axis_name ? axis_name : Py_None);
|
|
||||||
Py_DECREF(axis_name);
|
Py_DECREF(axis_name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user