mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 11:56:22 +00:00
Merge pull request #1155 from paulfariello/hotfix/omemo-memleaks
Add missing stub file
This commit is contained in:
7
tests/unittests/xmpp/stub_message.c
Normal file
7
tests/unittests/xmpp/stub_message.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "xmpp/message.h"
|
||||
|
||||
ProfMessage *message_init(void) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void message_free(ProfMessage *message) {}
|
||||
Reference in New Issue
Block a user