MYDDAS: Fix a bug on memory dealocation on MYDDAS_STATS module

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1669 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
tiagosoares
2006-06-06 14:11:36 +00:00
parent 93501eb171
commit 989d9579b3
14 changed files with 329 additions and 149 deletions

View File

@@ -21,7 +21,7 @@ struct myddas_stats_struct{
} integer;
} u;
MyddasULInt count;
MYDDAS_STATS_STRUCT next;
MYDDAS_STATS_STRUCT nxt;
};
/* Time structure for the MYDDAS Interface */