mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[ROSAPPS] Fix GCC8 warnings
This commit is contained in:
parent
f7afca0973
commit
97d937add1
11 changed files with 53 additions and 42 deletions
|
@ -49,7 +49,7 @@ void CConfig::Default()
|
|||
try {
|
||||
lpsStr = _strdup(dcfgDefaultResource);
|
||||
DefaultResources.Insert(lpsStr);
|
||||
} catch (bad_alloc e) {
|
||||
} catch (bad_alloc&) {
|
||||
free((void *)lpsStr);
|
||||
Clear();
|
||||
throw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue