Skip to content

Commit

Permalink
Fix a deadlock in the packet list search implementation
Browse files Browse the repository at this point in the history
This code path broke the loop but didn't release the lock...
  • Loading branch information
gcla committed Jul 10, 2022
1 parent 82249c6 commit 559e412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/searchpktlist.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Loop:
resumeAt = &ListResult{
PacketNum: curPacketNumber,
}
Loader.PsmlLoader.Unlock()
break
}

Expand Down

0 comments on commit 559e412

Please sign in to comment.