Skip to content

Commit

Permalink
haiku: Fixed unlocking clipboard twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 7, 2017
1 parent 4466b93 commit 3ed2f0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/haiku/SDL_bclipboard.cc
Expand Up @@ -61,8 +61,6 @@ char *BE_GetClipboardText(_THIS) {
/* Presumably the string of characters is ascii-format */
clip->FindData("text/plain", B_MIME_TYPE, (const void**)&text,
&length);
} else {
be_clipboard->Unlock();
}
be_clipboard->Unlock();
}
Expand Down

0 comments on commit 3ed2f0c

Please sign in to comment.