diff --git a/release_info/RELEASE_tmpl b/release_info/RELEASE_tmpl index 0916e4ef0..a779859e1 100755 --- a/release_info/RELEASE_tmpl +++ b/release_info/RELEASE_tmpl @@ -1,11 +1,11 @@ PACKAGE_NAME="Vortex OpenSplice" OSPL_MAJOR="6" OSPL_MINOR="9" -OSPL_MAINT="190227" +OSPL_MAINT="190321" OSPL_PATCH="OSS" #this file is also parsed as java properties so PACKAGE_VERSION must be hardcoded here# -PACKAGE_VERSION=6.9.190227OSS +PACKAGE_VERSION=6.9.190321OSS VORTEX_VERSION=_v2 PACKAGE_DATE="#RELEASE_DATE#" diff --git a/src/tools/idlpp/code/idl_fileMap.c b/src/tools/idlpp/code/idl_fileMap.c index 70b6664fd..05bbf8829 100644 --- a/src/tools/idlpp/code/idl_fileMap.c +++ b/src/tools/idlpp/code/idl_fileMap.c @@ -329,6 +329,7 @@ idl_fileMapResolveInclude( /* map will contain the meta object reference before the c_iterWalk */ map->object = object; map->fileName = NULL; + map->inclName = NULL; c_iterWalk(fileMap->files, (c_iterWalkAction)idl_searchObject, map); /* map will contain the meta object reference and fileName reference * after the c_iterWalk.