You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allocation of Adafruit_I2CDevice instance is never freed (IMO there should be a class destructor to do so).
This results in memory leaks when instantiating Adafruit_PM25AQI, and possible further troubles.
Line 46 of the C source, new Adafruit_I2CDevice in Adafruit_PM25AQI::begin_I2C()
The text was updated successfully, but these errors were encountered:
Allocation of
Adafruit_I2CDevice
instance is never freed (IMO there should be a class destructor to do so).This results in memory leaks when instantiating Adafruit_PM25AQI, and possible further troubles.
Line 46 of the C source,
new Adafruit_I2CDevice
inAdafruit_PM25AQI::begin_I2C()
The text was updated successfully, but these errors were encountered: