Template:Leaking Nasal disclaimer

From FlightGear wiki
Revision as of 11:13, 10 January 2015 by Johan G (talk | contribs) (Johan G moved page Template:Leaking Nasal Disclaimer to Template:Leaking Nasal disclaimer: Non-camel case title)
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.