Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Apr 25, 2024
2 parents 1de1d1f + b30b910 commit 37ac24d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sandboxie/core/dll/key_del.c
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,13 @@ _FX NTSTATUS Key_MarkDeletedEx_v2(const WCHAR* TruePath, const WCHAR* ValueName)

NtClose(hPathsFile);

Key_PathsVersion++;

File_GetAttributes_internal(KEY_PATH_FILE_NAME, &Key_PathsFileSize, &Key_PathsFileDate, NULL);
}
}
else
Key_SavePathTree();
Key_SavePathTree();
}

File_ReleaseMutex(hMutex);
Expand Down

0 comments on commit 37ac24d

Please sign in to comment.