Skip to content

Commit

Permalink
Eliminate memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
taldcroft committed Jan 5, 2019
1 parent e2ea161 commit 67d3c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Chandra/Time/axTime3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ void axTime3 (char *time_in,
}
}
}
delete(T);
}

return ;
Expand Down

0 comments on commit 67d3c7d

Please sign in to comment.