fix svace issue 93/64793/1 accepted/tizen/mobile/20160406.015135 accepted/tizen/wearable/20160406.015305 submit/tizen_mobile/20160405.104934 submit/tizen_wearable/20160405.104947
authorjkjo92 <jkjo92@samsung.com>
Tue, 5 Apr 2016 10:34:08 +0000 (19:34 +0900)
committerjkjo92 <jkjo92@samsung.com>
Tue, 5 Apr 2016 10:34:08 +0000 (19:34 +0900)
Change-Id: I16a06304a6a033201ae3f3a31f89afe49b838c35
Signed-off-by: jkjo92 <jkjo92@samsung.com>
server/fido_server.c

index ddc973d..216199e 100755 (executable)
@@ -623,7 +623,6 @@ __handle_auth(_process_cb_data_t *cb_data, _matched_auth_data_t *matched_auth)
                _ERR("ASM in data missing");
                _send_process_response(cb_data, FIDO_ERROR_NO_SUITABLE_AUTHENTICATOR, NULL);
 
-               _free_fido_asm_auth_in(auth_asm_in);
                SAFE_DELETE(version);
 
                return;