REVERT: add and use der_{malloc,free}

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22429 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-01-13 10:25:50 +00:00
parent f8574e2b52
commit 731d6e6df8
4 changed files with 5 additions and 17 deletions

View File

@@ -316,7 +316,7 @@ encode_type (const char *name, const Type *t, const char *tmpstr)
"if(eret) {\n"
"i--;\n"
"while (i >= 0) {\n"
"der_free(val[i].data);\n"
"free(val[i].data);\n"
"i--;\n"
"}\n"
"free(val);\n"