[poincare] Add forgotten child retaining

This commit is contained in:
Léa Saviot
2018-08-13 13:49:08 +02:00
parent ce64568bf4
commit 4dd48139c0

View File

@@ -61,6 +61,7 @@ public:
T::FailedAllocationStaticNode()->retain();
return T::FailedAllocationStaticNode();
}
ghost->retain();
move(node->next(), ghost, 0);
}
return node;