RTL: Implementation of TComponent.RemoveFreeNotifications

When developing custom components, it is quite common to find a situation where you need to unsubscribe from all notifications via FreeNotifies lists. In Delphi this functionality was put into a separate procedure TComponent.RemoveFreeNotifications, but in FPC RTL this code is fully implemented inside the component destructor. I suggest the following patch

fpc_rfn.patch