Re: [PATCH v10 0/1] MR7322: programs/cmd: Implement ability to abort lengthy directory operations via Ctrl-C.
16 Feb
2025
16 Feb
'25
4:38 p.m.
eric pouech (@epo) commented about programs/cmd/directory.c:
thisDir = tempDir; } } + /* Free remaining structures if we broke out of previous loop due to error. */ + while (dirStack != NULL) {
this likely could be folded in code line 510, by inserting between 510 & 511: if (return_code != NO_ERROR) dirStack = NULL; -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7322#note_94821
307
Age (days ago)
307
Last active (days ago)
0 comments
1 participants
participants (1)
-
eric pouech (@epo)