forked from OSchip/llvm-project
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:
parent
6002a31bb8
commit
785ee20cac
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue