Freeing struct lock_file?
From: David Turner <hidden>
Date: 2016-06-15 23:04:21
From: David Turner <hidden>
Date: 2016-06-15 23:04:21
Why is it impossible to free struct lock_files? I understand that they become part of a linked list, and that there's an atexit handler that goes over that list. But couldn't we just remove them from the linked list and then free them? Even if we couldn't free all lock_files, maybe we could free some? Anyway, just curious why that decision was made.