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: do proper groupchat cleanup on exit #2608

Closed
wants to merge 1 commit into from

Conversation

JFreegman
Copy link
Member

@JFreegman JFreegman commented Jan 27, 2024

The wrong function was being called here. We need to call group_delete() on every group.


This change is Reviewable

@JFreegman JFreegman added the bug Bug fix for the user, not a fix to a build script label Jan 27, 2024
@JFreegman JFreegman added this to the v0.2.19 milestone Jan 27, 2024
The wrong function was being called here. We need to call
group_delete() on every group.
Copy link

codecov bot commented Jan 27, 2024

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (eeaa039) 73.71% compared to head (b302056) 73.68%.

Files Patch % Lines
toxcore/group_chats.c 33.33% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2608      +/-   ##
==========================================
- Coverage   73.71%   73.68%   -0.04%     
==========================================
  Files         148      148              
  Lines       30366    30365       -1     
==========================================
- Hits        22384    22374      -10     
- Misses       7982     7991       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JFreegman
Copy link
Member Author

This is fixed in #2609

@JFreegman JFreegman closed this Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug fix for the user, not a fix to a build script
Development

Successfully merging this pull request may close these issues.

1 participant