This website works better with JavaScript.
Home
Help
Register
Sign In
buff
/
pEpEngine
forked from
pEp.foundation/pEpEngine
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
ENGINE-457 - mem leak in is_pep_user
doc_update_sequoia
Krista Bennett
3 years ago
parent
d1e360b742
commit
8127c70eaa
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/pEpEngine.c
+ 2
- 0
src/pEpEngine.c
View File
@ -2717,6 +2717,8 @@ DYNAMIC_API PEP_STATUS is_pep_user(PEP_SESSION session, pEp_identity *identity,
}
sqlite3_reset
(
session
-
>
is_pep_user
)
;
free
(
alias_default
)
;
return
PEP_STATUS_OK
;
}
Write
Preview
Loading…
Cancel
Save