Change-Id: Idc4c3b49b2ac03cc224afb98293514b986639cda
Signed-off-by: Somin Kim <somin926.kim@samsung.com>
error = context_trigger_rule_entry_add_comparison(condition, CONTEXT_TRIGGER_IS_CONNECTED, CONTEXT_TRIGGER_EQUAL_TO, CONTEXT_TRIGGER_IS_CONNECTED);
assert_eq(error, CONTEXT_TRIGGER_ERROR_INVALID_RULE);
+ context_trigger_rule_entry_destroy(event);
context_trigger_rule_entry_destroy(condition);
return 0;
context_trigger_rule_entry_destroy(event);
context_trigger_rule_entry_destroy(condition);
context_trigger_rule_destroy(rule);
+ release_app_handle();
return 0;
}