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

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