8000 fixes #2714 by GorillaSapiens · Pull Request #2720 · cc65/cc65 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fixes #2714 #2720

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 20, 2025
Merged

fixes #2714 #2720

merged 2 commits into from
Jun 20, 2025

Conversation

GorillaSapiens
Copy link
Contributor

install RemoveTempFiles as atexit() handler in case Link() fails and exits early.

src/cl65/main.c Outdated
** Link() may not return if there's an error, so we install
** RemoveTempFiles() as an atexit() handler.
*/
atexit(RemoveTempFiles);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
atexit(RemoveTempFiles);
atexit (RemoveTempFiles);

@mrdudz
Copy link
Contributor
mrdudz commented Jun 20, 2025

Good catch, thanks!

@mrdudz mrdudz merged commit 64c9363 into cc65:master Jun 20, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0