diff options
author | Bill Zissimopoulos <billziss@navimatics.com> | 2020-01-02 03:08:03 -0800 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2020-01-02 11:08:03 +0000 |
commit | 50fe9f7c818628dc5dd69218c851a48fa1f07987 (patch) | |
tree | f760e44f6e28cdebf4141c7e0504f4583c6b3ef7 /ChangeLog.rst | |
parent | e3dcc2d550afebf9b4386f71294ab01fc1d6299d (diff) | |
download | libfuse-50fe9f7c818628dc5dd69218c851a48fa1f07987.tar.gz |
Fixed memory leak in fuse_session_new()
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r-- | ChangeLog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index 284015d..a56f854 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -5,8 +5,10 @@ libfuse 3.10.0 (2019-12-14) Define FUSE_USE_VERSION < 35 to get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new ioctl prototype with unsigned int commands. +* Fixed memory leak in fuse_session_new(). * Fixed an issue with the linker version script. + libfuse 3.9.0 (2019-12-14) ========================== |