[haiku-commits] Re: haiku: hrev49045 - src/servers/notification

  • From: Axel Dörfler <axeld@xxxxxxxxxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Fri, 17 Apr 2015 09:12:35 +0200

Am 16/04/2015 um 21:45 schrieb mmlr@xxxxxxxx:

- GetLayout()->RemoveView(fInfo[i]);
+ fInfo[i]->RemoveSelf();

How does this change anything? The two lines must really behave in the very same way in the end.
Since no view or layout is destructed on the way, I also don't see how the "delete in destructor" problems are related. Would you care to elaborate?

Bye,
Axel.

Other related posts: