You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix memory errors related to EventPipe setup with COMPlus_EventPipeConfig (#44068)
- XplatEventLoggerConfiguration configuration owns strings passed to EventPipeProviderConfiguration pProviders, and configurations are freed before pProviders are copied to EventPipeSessionProvider
- NewArrayHolder shoud be used for pProviders to fix memory leak (delete[] instead of delete)
0 commit comments