Commit 12085038 authored by FlashSystems's avatar FlashSystems Committed by Max Kellermann

Removing gcc_malloc attribute from `Directory::CreateChild` to fix

assignment of `mnt->mounted_database` in `SimpleDatabase::Mount`.
parent de90d401
ver 0.20.13 (not yet released)
* database
- simple: don't purge mount points on update/rescan
- simple: fix "mount" bug caused by bad compiler optimization
- upnp: work around libupnp 1.6.24 API breakage
* queue: fix spuriously misplaced prioritized songs
......
......@@ -127,7 +127,6 @@ public:
*
* @param name_utf8 the UTF-8 encoded name of the new sub directory
*/
gcc_malloc
Directory *CreateChild(const char *name_utf8);
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment