Skip to content

Fix peristence message issues

Anthony Gauchy requested to merge fix/message_persistence into master
  • Fix a bug where binary messages can be troncated because of a bad char* to std::string convertion.
  • Fix a potential crash during ~ForkMessageContextDbProxy destructor if DB is down.
  • Fix a memory leak caused by multiple references taken on sofia-sip msg_t object.
  • Fix a crash where a call to ForkContext::isFinished() from the push-notification module could cause a crash, when using ForkMessageContextDbProxy.

See linphone-sdk!2497 (merged)

Edited by Anthony Gauchy

Merge request reports