Template:Leaking Nasal disclaimer: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
(Readability improvement; +links; +-cat)
m (Johan G moved page Template:Leaking Nasal Disclaimer to Template:Leaking Nasal disclaimer: Non-camel case title)
(No difference)

Revision as of 11:13, 10 January 2015

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.