Commit 0a05caf2 authored by unknown's avatar unknown

- Fix memory leak

modified:
  storage/connect/connect.cc
  
- GCC requires template<> headers

modified:
  storage/connect/value.cpp
parent bf6c3f51
...@@ -82,6 +82,7 @@ PGLOBAL CntExit(PGLOBAL g) ...@@ -82,6 +82,7 @@ PGLOBAL CntExit(PGLOBAL g)
} // endif } // endif
free(dup); free(dup);
free(g->Activityp);
g= NULL; g= NULL;
} // endif g } // endif g
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment