We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3967ea5 commit fe79cb0Copy full SHA for fe79cb0
WalkmanManager/Dialogs/DlgConvertNcm.xaml.vb
@@ -56,6 +56,7 @@
56
IconCheck.Visibility = Visibility.Hidden
57
For Each itm As NcmItem In StackPanelFiles.Children
58
Await itm.Dump(SongLibPath)
59
+ itm.Dispose()
60
My.Computer.FileSystem.DeleteFile(itm._filePath)
61
Next
62
End Sub
0 commit comments