projects
/
platform
/
core
/
account
/
fido-asm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e170bd0
)
Free memory allocated to err
12/261312/1
author
Lohit Agarwalla
<l.agarwalla@samsung.com>
Thu, 15 Jul 2021 05:21:16 +0000
(10:51 +0530)
committer
Lohit Agarwalla
<l.agarwalla@samsung.com>
Thu, 15 Jul 2021 05:21:16 +0000
(10:51 +0530)
Change-Id: I403efba748267d7cb893b67543499375e0b231b3
Signed-off-by: Lohit Agarwalla <l.agarwalla@samsung.com>
ui/src/asm_ui_ipc.c
patch
|
blob
|
history
diff --git
a/ui/src/asm_ui_ipc.c
b/ui/src/asm_ui_ipc.c
index 1e33e0515f453cce3dfc1cf7e7b5c2ce1417b4e6..8a28266bffe6081bc7c8e845827fc7c4c32ab3fb 100755
(executable)
--- a/
ui/src/asm_ui_ipc.c
+++ b/
ui/src/asm_ui_ipc.c
@@
-88,6
+88,7
@@
asm_ui_ipc_send_auth_result(int type, const char *nonce, int result, const char
GError *err = NULL;
fidoasm_call_auth_ui_result_sync(dbus_proxy, type, nonce, result, token,
NULL, &err);
+ g_error_free(err);
return 0;
}