Skip to content

MudTabs, MudDataGrid: Fix memory leaks #9735#10062

Merged
ScarletKuro merged 4 commits intoMudBlazor:devfrom
ScarletKuro:fix_leaks
Oct 20, 2024
Merged

MudTabs, MudDataGrid: Fix memory leaks #9735#10062
ScarletKuro merged 4 commits intoMudBlazor:devfrom
ScarletKuro:fix_leaks

Conversation

@ScarletKuro
Copy link
Member

Description

Fixes: #9735

How Has This Been Tested?

Manually

Type of Changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation (fix or improvement to the website or code docs)

Checklist

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@github-actions github-actions bot added bug Unexpected behavior or functionality not working as intended PR: needs review labels Oct 20, 2024
@codecov
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.19%. Comparing base (894ec1d) to head (92692e9).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev   #10062      +/-   ##
==========================================
+ Coverage   91.17%   91.19%   +0.01%     
==========================================
  Files         410      410              
  Lines       12463    12465       +2     
  Branches     2419     2420       +1     
==========================================
+ Hits        11363    11367       +4     
+ Misses        555      553       -2     
  Partials      545      545              

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Unexpected behavior or functionality not working as intended

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Server Side DataGrid EventListener Memory Leak

1 participant