3 Oct
2022
3 Oct
'22
12:25 p.m.
I'm not sure how to do the key_destroy part, key_destroy get's called by release_object, and release_object before calling the destroy operation free's up the name attribute of the object, so I can't call save_all_subkeys because it makes use of that. I think I have to save the key before key_destroy get's called or modify the order of the release_object function. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/820#note_9961