diff options
| author | Mason Reed <mason@vector35.com> | 2025-11-24 18:43:52 -0500 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-12-15 17:26:10 -0500 |
| commit | 58cc21e4fae58cedd586497a220a0bbe285ef831 (patch) | |
| tree | b7e0263abbbf079e39f966d1d828593a458275d3 /plugins/warp/src/plugin/workflow.rs | |
| parent | 2a899b31320a5ebfba009961f47b8f53b4eadf02 (diff) | |
[WARP] Misc cleanup
Diffstat (limited to 'plugins/warp/src/plugin/workflow.rs')
| -rw-r--r-- | plugins/warp/src/plugin/workflow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/warp/src/plugin/workflow.rs b/plugins/warp/src/plugin/workflow.rs index fe4eef68..da988581 100644 --- a/plugins/warp/src/plugin/workflow.rs +++ b/plugins/warp/src/plugin/workflow.rs @@ -202,7 +202,7 @@ pub fn run_matcher(view: &BinaryView) { matched_count.fetch_add(1, std::sync::atomic::Ordering::Relaxed); // We were able to find a match, add it to the match cache and then mark the function // as requiring updates; this is so that we know about it in the applier activity. - insert_cached_function_match(function, Some(matched_function.clone())); + insert_cached_function_match(function, Some(matched_function)); } } }); |
