Skip to content

Commit

Permalink
Fix destroyed detour on changelevel to fail detouring on next load
Browse files Browse the repository at this point in the history
  • Loading branch information
danielga committed Jun 2, 2021
1 parent 3a6d162 commit ce4b20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/netfilter/core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1014,6 +1014,6 @@ namespace netfilter
threaded_socket_handle = nullptr;
}

recvfrom_hook.Destroy( );
recvfrom_hook.Disable( );
}
}

0 comments on commit ce4b20b

Please sign in to comment.