Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
LibVLCSharp
Manage
Activity
Members
Labels
Plan
Issues
68
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
LibVLCSharp
Merge requests
!5
Remove finalizers: When GC is under pressure in the end-user app, finalizers become a problem.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Remove finalizers: When GC is under pressure in the end-user app, finalizers become a problem.
mfkl/LibVLCSharp:remove-finalizers
into
master
Overview
1
Commits
1
Pipelines
0
Changes
8
Closed
Martin Finkel
requested to merge
mfkl/LibVLCSharp:remove-finalizers
into
master
6 years ago
Overview
1
Commits
1
Pipelines
0
Changes
8
Expand
Fixes
#73 (closed)
and likely
#40 (closed)
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
06c851ef
1 commit,
6 years ago
8 files
+
2
−
49
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
LibVLCSharp/Shared/Dialog.cs
+
1
−
6
Options
@@ -45,12 +45,7 @@ namespace LibVLCSharp.Shared
_disposed
=
true
;
Dismiss
();
}
~
Dialog
()
{
Dispose
();
}
/// <summary>
/// Post a login answer.
/// After this call, the instance won't be valid anymore
Loading