mirror of https://github.com/freetype/freetype
* src/cache/ftcmanag.c (FTC_Manager_New): Initialize `cur_weight`.
See !192.
This commit is contained in:
parent
dcb5fc5bcd
commit
90e1e39f50
|
@ -383,6 +383,7 @@
|
|||
manager->library = library;
|
||||
manager->memory = memory;
|
||||
manager->max_weight = max_bytes;
|
||||
manager->cur_weight = 0;
|
||||
|
||||
manager->request_face = requester;
|
||||
manager->request_data = req_data;
|
||||
|
|
Loading…
Reference in New Issue