playlist/Plugin: use std::unique_ptr<SongEnumerator>

This commit is contained in:
Max Kellermann
2018-01-20 19:56:44 +01:00
parent 147f64e1fc
commit 0095e2d7d8
21 changed files with 71 additions and 70 deletions

View File

@@ -117,7 +117,7 @@ try {
/* deinitialize everything */
delete playlist;
playlist.reset();
is.reset();
decoder_plugin_deinit_all();