Fix leaked handle

Piotr Osiewicz and Smit Barmase created

Co-authored-by: Smit Barmase <heysmitbarmase@gmail.com>

Change summary

crates/project/src/project_search.rs | 1 +
1 file changed, 1 insertion(+)

Detailed changes

crates/project/src/project_search.rs 🔗

@@ -116,6 +116,7 @@ impl Search {
                         scope.spawn(worker.run());
                     }
                     drop(tx);
+                    drop(find_all_matches_rx);
 
                     scope.spawn(Self::maintain_sorted_search_results(
                         sorted_search_results_rx,