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
Fix memory leak from recent change to s_compress_value
Commit c85f34c cleaned up the function,
but missed an all-important efree(buffer) on the no-compression path.