mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-14 07:06:15 +08: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