[ITC][application][Non-ACR][fix the build fail]
authorMyungkyum Kim <myungyum.kim@samsung.com>
Thu, 7 Jul 2016 00:33:43 +0000 (17:33 -0700)
committerMyungkyum Kim <myungyum.kim@samsung.com>
Thu, 7 Jul 2016 00:33:43 +0000 (17:33 -0700)
Change-Id: Ia1880e5a21298ea4b1d8c1f25e8be90703a4a315

src/itc/application/ITs-application-alarm.c

index f9930a7..4e0cbc1 100755 (executable)
@@ -885,7 +885,7 @@ int ITc_alarm_set_get_global_p(void)
        }
         
        nRet = alarm_cancel(nAlarmID);
-       PRINT_RESULT_NORETURN(ALARM_ERROR_NONE, nRet, "alarm_cancel", AlarmGetError(nRet), app_control_destroy(hAppControl));
+       PRINT_RESULT_CLEANUP(ALARM_ERROR_NONE, nRet, "alarm_cancel", AlarmGetError(nRet), app_control_destroy(hAppControl));
 
        nRet = app_control_destroy(hAppControl);
        PRINT_RESULT_NORETURN(APP_CONTROL_ERROR_NONE, nRet, "app_control_destroy", AppControlGetError(nRet));