Skip to content

Commit

Permalink
Merge pull request #32 from sot/memleak
Browse files Browse the repository at this point in the history
Fix memory leak in axTime3.cc
  • Loading branch information
taldcroft authored Jan 6, 2019
2 parents e2ea161 + 29b630e commit 5003b9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Chandra/Time/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst
from .Time import *

__version__ = '3.20.2'
__version__ = '3.20.3'


def test(*args, **kwargs):
Expand Down
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 5003b9e

Please sign in to comment.