diff options
author | Peter Zhu <[email protected]> | 2024-07-29 11:07:47 -0400 |
---|---|---|
committer | git <[email protected]> | 2024-07-29 15:07:53 +0000 |
commit | 86a762ce56cd44db69ccff2e02587ed748a3ad04 (patch) | |
tree | 33cda052f7d381bf3856315764eea191e86132bb /array.c | |
parent | 63bdf2d72591c82e596320eb902579e0b93b0640 (diff) |
[ruby/reline] Fix memory leak in setupterm
(https://github.com/ruby/reline/pull/733)
The allocated Fiddle::Pointer never gets freed because it doesn't have a
free function defined for when it gets garbage collected. This commit
changes it to use the default free function.
https://github.com/ruby/reline/commit/0796dcd497
Diffstat (limited to 'array.c')
0 files changed, 0 insertions, 0 deletions