Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/pull/181'
Browse files Browse the repository at this point in the history
* upstream/pull/181
  ilm_input: remove redunant release_instance

  Reviewed-by: Eugen Friedrich <[email protected]>
  • Loading branch information
Eugen Friedrich committed Nov 19, 2023
2 parents b1d6f6a + 81f437d commit 182344d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ivi-layermanagement-api/ilmInput/src/ilm_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ ilm_setInputFocus(t_ilm_surface *surfaceIDs, t_ilm_uint num_surfaces,
&& num_surfaces > 1 && is_set == ILM_TRUE) {
fprintf(stderr,
"Cannot set pointer or touch focus for multiple surfaces\n");
release_instance();
return ILM_FAILED;
}

Expand Down

0 comments on commit 182344d

Please sign in to comment.