diff --git a/src/etwtrace/_vsinstrument.c b/src/etwtrace/_vsinstrument.c index e738288..4dabb38 100644 --- a/src/etwtrace/_vsinstrument.c +++ b/src/etwtrace/_vsinstrument.c @@ -322,7 +322,7 @@ static int vsinstrument_exec(PyObject *m) return -1; } - state->hModule = LoadLibraryW(path); + state->hModule = LoadLibraryW(path); // CodeQL [SM01925]: Intentionally loading from env var PyMem_Free(path); if (!state->hModule) { PyErr_SetFromWindowsErr(0);