diff options
Diffstat (limited to 'mobile/src/ug-nfc-setting-main.c')
-rwxr-xr-x | mobile/src/ug-nfc-setting-main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile/src/ug-nfc-setting-main.c b/mobile/src/ug-nfc-setting-main.c index 850f439..b2d90dd 100755 --- a/mobile/src/ug-nfc-setting-main.c +++ b/mobile/src/ug-nfc-setting-main.c @@ -83,6 +83,8 @@ static bool __reply_to_launch_request(app_control_h service, app_control_result_ app_control_reply_to_launch_request(reply, service, result); ret = true; } + + free(operation); } app_control_destroy(reply); |