Skip to content

Commit fe79cb0

Browse files
committed
bug fix
1 parent 3967ea5 commit fe79cb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WalkmanManager/Dialogs/DlgConvertNcm.xaml.vb

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
IconCheck.Visibility = Visibility.Hidden
5757
For Each itm As NcmItem In StackPanelFiles.Children
5858
Await itm.Dump(SongLibPath)
59+
itm.Dispose()
5960
My.Computer.FileSystem.DeleteFile(itm._filePath)
6061
Next
6162
End Sub

0 commit comments

Comments
 (0)