Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
lurch
Commits
46496132
Commit
46496132
authored
Apr 02, 2018
by
Richard Bayerle
Browse files
Fixed not freeing account list after plugin load.
parent
4750ea50
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lurch.c
View file @
46496132
...
...
@@ -1231,7 +1231,7 @@ cleanup:
/**
* A JabberPEPHandler function.
* On receiving a devicelist PEP update
it updated
the database.
* On receiving a devicelist PEP update
s
the database
entry
.
*/
static
void
lurch_pep_devicelist_event_handler
(
JabberStream
*
js_p
,
const
char
*
from
,
xmlnode
*
items_p
)
{
int
ret_val
=
0
;
...
...
@@ -2707,6 +2707,7 @@ static gboolean lurch_plugin_load(PurplePlugin * plugin_p) {
cleanup:
free
(
dl_ns
);
g_list_free
(
accs_l_p
);
if
(
ret_val
)
{
purple_debug_error
(
"lurch"
,
"%s: %s (%i)
\n
"
,
__func__
,
err_msg_dbg
,
ret_val
);
omemo_default_crypto_teardown
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment