mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Merge branch 'rnv/unicode'
This commit is contained in:
commit
e1f4a245c6
@ -2544,6 +2544,9 @@ void GEOM_Gen_i::LoadPlugin(const std::string& theLibName)
|
|||||||
#endif
|
#endif
|
||||||
// load plugin library
|
// load plugin library
|
||||||
LibHandle libHandle = LoadLib(aPath);
|
LibHandle libHandle = LoadLib(aPath);
|
||||||
|
#if UNICODE
|
||||||
|
delete aPath;
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
LibHandle libHandle = LoadLib(aPlatformLibName.c_str());
|
LibHandle libHandle = LoadLib(aPlatformLibName.c_str());
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user