Skip to content
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

Fix right mouse button and QuokkADB freezing #23

Merged
merged 1 commit into from
Jan 6, 2024
Merged

Conversation

morio
Copy link
Collaborator

@morio morio commented Jan 6, 2024

The right mouse button wasn't lifting Control after being lifted. The fix for this also seems to fix the QuokkADB freezing after a while. The freezing only occurred in the release build. Under the debug build it worked fine.

A possible memory leak was also addressed in the simple circular queue. Pointers to objects get the delete if the queue is full.

The right mouse button wasn't lifting Control after being lifted.
The fix for this also seems to fix the QuokkADB freezing after a while.
The freezing only occurred in the release build. Under the
debug build it worked fine.

A possible memory leak was also addressed in the simple circular queue.
Pointers to objects get the `delete` if the queue is full.
@morio morio merged commit 0cd2e83 into master Jan 6, 2024
1 check passed
@morio morio deleted the fix-freezing-and-rmb branch January 6, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant