Directory: remove method Free()

This commit is contained in:
Max Kellermann
2014-01-09 13:21:56 +01:00
parent 83a988e2e4
commit 0c34555b02
4 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ ProxyDatabase::Open(Error &error)
void
ProxyDatabase::Close()
{
root->Free();
delete root;
if (connection != nullptr)
mpd_connection_free(connection);