Template:Leaking Nasal disclaimer

From FlightGear wiki
Revision as of 11:12, 10 January 2015 by Johan G (talk | contribs) (Readability improvement; +links; +-cat)
Jump to navigation Jump to search
CautionImproper use of the foo API may cause resource leaks.

This typically is caused by the low-level nature of such code, requiring manual tracking of listeners and timers and manual reset and re-init handling.

It is instead recommended that you use the bar API. Alternatively a wrapping helper class can be used to handle low-level APIs, which is the recommended way to support multiple FlightGear versions.