Free two strings produced by isl

With this commit 'make check-polly' is now address sanitizer clean.

llvm-svn: 239131
This commit is contained in:
Tobias Grosser 2015-06-05 05:31:46 +00:00
parent 6002a31bb8
commit 785ee20cac
1 changed files with 3 additions and 0 deletions

View File

@ -555,6 +555,9 @@ void IslAstInfo::printScop(raw_ostream &OS, Scop &S) const {
OS << "else\n";
OS << " { /* original code */ }\n\n";
free(RtCStr);
free(AstStr);
isl_ast_expr_free(RunCondition);
isl_union_map_free(Schedule);
isl_ast_node_free(RootNode);