mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Clear dlerror for code that's aggressive with error checks. Close #1279
This commit is contained in:
@@ -129,6 +129,9 @@ static void CheckLoadedLibraries()
|
||||
}
|
||||
}
|
||||
|
||||
// clear any dl errors in case twitchy applications get set off by false positive errors.
|
||||
dlerror();
|
||||
|
||||
// decrement the flag counter
|
||||
Atomic::Dec32(&tlsbusyflag);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user