qxmpp-project / qxmpp

Cross-platform C++ XMPP client and server library
410 stars 197 forks source link

AtmManager: Fix memory leaks in tests and apply clang-format #409

Closed melvo closed 2 years ago

melvo commented 2 years ago

Before opening a pull-request please do:

codecov[bot] commented 2 years ago

Codecov Report

Merging #409 (cc12fd1) into master (1a24bd1) will decrease coverage by 0.00%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #409      +/-   ##
==========================================
- Coverage   79.61%   79.60%   -0.01%     
==========================================
  Files         237      237              
  Lines       23920    23911       -9     
==========================================
- Hits        19043    19034       -9     
  Misses       4877     4877              
Impacted Files Coverage Δ
src/client/QXmppAtmManager.cpp 98.05% <100.00%> (ø)
tests/qxmppatmmanager/tst_qxmppatmmanager.cpp 98.76% <100.00%> (-0.01%) :arrow_down:

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 ab33f3c...cc12fd1. Read the comment docs.