Skip to content

Commit

Permalink
- free() in the Linux version.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2378 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed May 15, 2006
1 parent 24575b5 commit e886df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/runtime/systemimpl.c
Expand Up @@ -406,7 +406,7 @@ RML_BEGIN_LABEL(System__stringReplace)
RML_TAILCALLK(rmlFC);
}
rmlA0 = (void*) mk_scon(res);
/* free(res); */
free(res);
RML_TAILCALLK(rmlSC);
}
RML_END_LABEL
Expand Down

0 comments on commit e886df8

Please sign in to comment.