* src/cache/ftcmanag.c (FTC_Manager_New): Initialize `cur_weight`.

See !192.
This commit is contained in:
@udoudou 2022-08-03 22:54:38 -04:00 committed by Alexei Podtelezhnikov
parent dcb5fc5bcd
commit 90e1e39f50
1 changed files with 1 additions and 0 deletions

View File

@ -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;