mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Safely disposing GIF-related memory resources
This commit is contained in:
@@ -28,8 +28,7 @@ namespace QuickLook.Plugin.ImageViewer;
|
||||
|
||||
public class MetaProvider
|
||||
{
|
||||
private readonly SortedDictionary<string, (string, string)> _cache =
|
||||
new SortedDictionary<string, (string, string)>(); // [key, [label, value]]
|
||||
private readonly SortedDictionary<string, (string, string)> _cache = []; // [key, [label, value]]
|
||||
|
||||
private readonly string _path;
|
||||
|
||||
|
Reference in New Issue
Block a user