Skip to content

Commit 9f09f97

Browse files
committed
fix dispose interface issue
1 parent 0dca6bd commit 9f09f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Flow.Launcher.Plugin.ClipboardPlus.Core/Data/Models/Clipboard/ClipboardDataPair.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ protected virtual void Dispose(bool disposing)
3333
}
3434
PreviewPanel = null!;
3535
ClipboardData.Dispose();
36+
_disposed = true;
3637
}
3738
}
3839
}

0 commit comments

Comments
 (0)