diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-21 12:54:57 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-21 12:54:57 +0000 |
commit | ef2d2d0f2b7401374bbf47eea5c8bc6542a0bfee (patch) | |
tree | bbb54e8e23235ba58cf86f3ed3b2a123f85443e9 /ChangeLog | |
parent | 1870a858eadc45066f0bd928302dbc66ccc4193e (diff) | |
download | zsh-ef2d2d0f2b7401374bbf47eea5c8bc6542a0bfee.tar.gz zsh-ef2d2d0f2b7401374bbf47eea5c8bc6542a0bfee.tar.xz zsh-ef2d2d0f2b7401374bbf47eea5c8bc6542a0bfee.zip |
25701: fix memory leak in loadautofn.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 874a4e3aa..96fc3a619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2008-09-21 Clint Adams <clint@zsh.org> + * 25701: Src/exec.c: fix memory leak in loadautofn. + * 25697: Functions/Prompts/prompt_clint_setup: drop git code and switch to vcs_info. |