summaryrefslogtreecommitdiffstats
path: root/src/H5G.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-02-08 13:41:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-02-08 13:41:23 (GMT)
commitf16098f402139aa4e258542661c3003389803de9 (patch)
treef4cf5a3556aa28ce339e0749551f6e61a19f7cea /src/H5G.c
parentdda14b5a1cad55126ea74732d0b76f09ce06bc92 (diff)
downloadhdf5-f16098f402139aa4e258542661c3003389803de9.zip
hdf5-f16098f402139aa4e258542661c3003389803de9.tar.gz
hdf5-f16098f402139aa4e258542661c3003389803de9.tar.bz2
[svn-r21918] Description:
Bring r21917 from trunk to 1.8 branch: Bring [spirit of] r20393 from coverity branch back to trunk: Move initialization ocrt_info.new_obj = NULL; before FUNC_ENTER_NOAPI -- gh Tested on: Mac OS X/64 10.7.3 (amazon) w/debug, production & parallel (too minor to require h5committest)
Diffstat (limited to 'src/H5G.c')
-rw-r--r--src/H5G.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5G.c b/src/H5G.c
index 2cbca65..a9c28bf 100644
--- a/src/H5G.c
+++ b/src/H5G.c
@@ -276,7 +276,7 @@ H5G_create_named(const H5G_loc_t *loc, const char *name, hid_t lcpl_id,
H5G_obj_create_t gcrt_info; /* Information for group creation */
H5G_t *ret_value; /* Return value */
- FUNC_ENTER_NOAPI(H5G_create_named, NULL)
+ FUNC_ENTER_NOAPI_NOINIT(H5G_create_named)
/* Check arguments */
HDassert(loc);