Merge pull request #1155 from paulfariello/hotfix/omemo-memleaks

Add missing stub file
This commit is contained in:
Michael Vetter
2019-07-17 21:36:01 +02:00
committed by GitHub

View File

@@ -0,0 +1,7 @@
#include "xmpp/message.h"
ProfMessage *message_init(void) {
return NULL;
}
void message_free(ProfMessage *message) {}