Submitter | phabricator |
---|---|
Date | Sept. 25, 2020, 12:23 a.m. |
Message ID | <differential-rev-PHID-DREV-qmf5kayu6soewenvfdyg-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/47275/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/chg/chg.c b/contrib/chg/chg.c --- a/contrib/chg/chg.c +++ b/contrib/chg/chg.c @@ -205,7 +205,7 @@ goto cleanup; memcpy(slash, "/hg", 4); return res; - cleanup: +cleanup: free(res); return NULL; }