Removing gcc_malloc attribute from `Directory::CreateChild` to fix
assignment of `mnt->mounted_database` in `SimpleDatabase::Mount`.
This commit is contained in:
parent
de90d401d2
commit
1208503888
1
NEWS
1
NEWS
|
@ -1,6 +1,7 @@
|
||||||
ver 0.20.13 (not yet released)
|
ver 0.20.13 (not yet released)
|
||||||
* database
|
* database
|
||||||
- simple: don't purge mount points on update/rescan
|
- 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
|
- upnp: work around libupnp 1.6.24 API breakage
|
||||||
* queue: fix spuriously misplaced prioritized songs
|
* queue: fix spuriously misplaced prioritized songs
|
||||||
|
|
||||||
|
|
|
@ -127,7 +127,6 @@ public:
|
||||||
*
|
*
|
||||||
* @param name_utf8 the UTF-8 encoded name of the new sub directory
|
* @param name_utf8 the UTF-8 encoded name of the new sub directory
|
||||||
*/
|
*/
|
||||||
gcc_malloc
|
|
||||||
Directory *CreateChild(const char *name_utf8);
|
Directory *CreateChild(const char *name_utf8);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue