Skip to content

Commit

Permalink
fix random hanging chars
Browse files Browse the repository at this point in the history
  • Loading branch information
SolDev69 committed Dec 7, 2023
1 parent c557d83 commit 579557c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/freedreno/drm/freedreno_bo.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ fd_bo_close_handle_drm(struct fd_device *dev, uint32_t handle)
static struct fd_bo *
import_bo_from_handle(struct fd_device *dev, uint32_t size, uint32_t handle)
{
struct fd_bo *bo;req
struct fd_bo *bo;

simple_mtx_assert_locked(&table_lock);

Expand Down

0 comments on commit 579557c

Please sign in to comment.