nRet = noti_ex_led_info_destroy(hGetLedInfo);
PRINT_RESULT_NORETURN(NOTI_EX_ERROR_NONE, nRet, "noti_ex_led_info_destroy", NotificationExGetError(nRet));
- nRet = noti_ex_item_destroy(g_hItemButton);
- PRINT_RESULT_NORETURN(NOTI_EX_ERROR_NONE, nRet, "noti_ex_item_destroy", NotificationExGetError(nRet));
-
nRet = noti_ex_led_info_destroy(hSetLedInfo);
PRINT_RESULT_NORETURN(NOTI_EX_ERROR_NONE, nRet, "noti_ex_led_info_destroy", NotificationExGetError(nRet));
+ nRet = noti_ex_item_destroy(g_hItemButton);
+ PRINT_RESULT_NORETURN(NOTI_EX_ERROR_NONE, nRet, "noti_ex_item_destroy", NotificationExGetError(nRet));
+
nRet = noti_ex_color_destroy(hColor);
PRINT_RESULT_NORETURN(NOTI_EX_ERROR_NONE, nRet, "noti_ex_color_destroy", NotificationExGetError(nRet));
START_TEST;
int nRet = NOTI_EX_ERROR_NONE;
- const char *pszSetTag = "testTag";
+ const char *pszSetTag = "testTag_ONE";
char *pszGetTag = NULL;
nRet = CreateButton();