You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under certain circumstances, the `cmd` attribute is set to an
`strdup()`ed value. This value needs to be released in the end!
These circumstances can be observed easily in the Microsoft Git fork,
where the `read-object` hook triggers that code path.
Since other users assign a non-`strdup()`ed value, be careful to add
_another_ attribute (called `to_free`) that can hold a reference to such
a string that needs to be released once the sub process is done.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments