1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 00:51:05 +02:00

unposted: Credit to Sebastian

This commit is contained in:
Barton E. Schaefer 2017-06-19 16:15:26 -07:00
parent 9de905b22f
commit c186ae41bd

View file

@ -4,7 +4,7 @@
queuing/blocking state during shingetline() to improve read speed
* 41317: Src/exec.c: use heap allocation in getoutputfile() to
plug memory leak
plug memory leak (cf. Sebastian: 41316)
2017-06-17 Barton E. Schaefer <schaefer@zsh.org>