mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update src/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp
This commit is contained in:
parent
78bd26571e
commit
c071686879
1 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ class NotificationHelper {
|
|||
public:
|
||||
#pragma warning( push )
|
||||
#pragma warning( disable : 4722 )
|
||||
// disable c4722 here: Destructor newver returns warning. Compiler sees ExitThread and assumes that
|
||||
// disable c4722 here: Destructor never returns warning. Compiler sees ExitThread and assumes that
|
||||
// there is a potential memory leak.
|
||||
~NotificationHelper(){
|
||||
std::string eventName("_pydevd_pid_event_");
|
||||
|
|
@ -75,4 +75,4 @@ BOOL WINAPI DllMain(
|
|||
else if(fdwReason == DLL_PROCESS_DETACH){
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue