Chris Davis
Chris Davis
I wanted to use the relogger to gather all events that occur within a certain start/stop time in a trace and then write that to a new etl file. What...
The bitmaps you pass to the menu items are getting leaked every time the menu is invoked in explorer. Please move these HBITMAPs to class members of CIShellContextMenu, create them...
I noticed your code was leaking a GDI object for the HBITMAP for the context menu. Added missing call to DeleteObject. Please update the version on your share and the...
When compiling with -Wextra-semi warnings get called out in this codebase for extra semicolons. This commit removes the extra semicolons.
Small change to switch from llvm::StringRef to char* to prevent incurring a large number of static initializers. See dump of static initializers before and after this change from a release...