8devices / wakaama

Eclipse Wakaama (formerly liblwm2m) is an implementation of the Open Mobile Alliance's LightWeight M2M protocol (LWM2M).
0 stars 4 forks source link

core: remove client transactions when freeing it #50

Closed GiedriusM closed 6 years ago

GiedriusM commented 6 years ago

Transactions have references to context that may be already dealloced when the transaction completes (i.e. client is deregistered, but observation transaction is pending and will time out).

codecov-io commented 6 years ago

Codecov Report

Merging #50 into master-rest will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##           master-rest      #50   +/-   ##
============================================
  Coverage        84.56%   84.56%           
============================================
  Files                9        9           
  Lines              745      745           
============================================
  Hits               630      630           
  Misses             115      115

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3133484...04da241. Read the comment docs.