diff --git a/src/SERVER/DD_GetData.c b/src/SERVER/DD_GetData.c index 2ab7ce3..506c3c9 100755 --- a/src/SERVER/DD_GetData.c +++ b/src/SERVER/DD_GetData.c @@ -587,6 +587,8 @@ int GetAttribute(int ID, char *VarName) free(DD_Var[ID]->VarData[il].Variables[i]); DD_Var[ID]->VarData[il].VarNumber = 0; } + //BRE - 17/09/15 - Free variables !! + free(DD_Var[ID]->VarData[il].Variables); } /*============================================================================ -- libgit2 0.21.2