projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
documentation compilation crash on the compilation chain
[scilab.git]
/
scilab
/
modules
/
hdf5
/
src
/
c
/
DllmainHdf5.c
diff --git
a/scilab/modules/hdf5/src/c/DllmainHdf5.c
b/scilab/modules/hdf5/src/c/DllmainHdf5.c
index
bafe18f
..
0fba1a1
100644
(file)
--- a/
scilab/modules/hdf5/src/c/DllmainHdf5.c
+++ b/
scilab/modules/hdf5/src/c/DllmainHdf5.c
@@
-70,7
+70,8
@@
void load_hdf5(void)
void unload_hdf5(void)
{
- Finalize_HDF5();
+ // this finalize lead to a double free in HDF5
+ //Finalize_HDF5();
}
#endif
/*--------------------------------------------------------------------------*/