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

assignment of `mnt->mounted_database` in `SimpleDatabase::Mount`.
This commit is contained in:
FlashSystems 2017-11-28 17:37:09 +01:00 committed by Max Kellermann
parent de90d401d2
commit 1208503888
2 changed files with 1 additions and 1 deletions

1
NEWS
View File

@ -1,6 +1,7 @@
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

View File

@ -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);
/**