projects
/
platform
/
core
/
account
/
fido-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49f5db0
)
Free memory allocated to error
38/261338/1
author
Lohit Agarwalla
<l.agarwalla@samsung.com>
Thu, 15 Jul 2021 09:50:41 +0000
(15:20 +0530)
committer
Lohit Agarwalla
<l.agarwalla@samsung.com>
Thu, 15 Jul 2021 09:50:41 +0000
(15:20 +0530)
Change-Id: I07592e0975e9b9ce643a76336c015c2406c5231a
Signed-off-by: Lohit Agarwalla <l.agarwalla@samsung.com>
server/fido_asm_plugin_manager.c
patch
|
blob
|
history
diff --git
a/server/fido_asm_plugin_manager.c
b/server/fido_asm_plugin_manager.c
index 1c686d767d2c6a83c654f7f921f12a52118890a8..6f970d28564bc701554421bfc9cf5e8b421d0d6b 100755
(executable)
--- a/
server/fido_asm_plugin_manager.c
+++ b/
server/fido_asm_plugin_manager.c
@@
-336,7
+336,7
@@
_on_asm_dbus_reply(GObject *proxy, GAsyncResult *res, gpointer user_data)
(cb_data->cb)(FIDO_ERROR_PERMISSION_DENIED, NULL, cb_data->user_data);
SAFE_DELETE(cb_data);
-
+ g_error_free(error);
return;
}