mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
Fix crash on memory validation
This commit is contained in:
parent
d468d7eaba
commit
9b9bc1de00
@ -924,7 +924,7 @@ class MySystem: public System {
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
#pragma message("TODO:http://lunarfrog.com/blog/2012/05/21/winrt-folders-access/ Windows.ApplicationModel.Package.Current.InstalledLocation")
|
#pragma message("TODO:http://lunarfrog.com/blog/2012/05/21/winrt-folders-access/ Windows.ApplicationModel.Package.Current.InstalledLocation")
|
||||||
return name;
|
return copy(allocator, name);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user