diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 22:58:47 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-07 22:58:47 -0400 |
commit | c966526aa40273e0da42dfd26fa8c0f409e69b86 (patch) | |
tree | b754d8ca3cba598986828743b2d1e7b5469f492a /NEWS | |
parent | 680f813ed3b9e6203e952c6d7275526ccc04d17f (diff) | |
download | glibc-c966526aa40273e0da42dfd26fa8c0f409e69b86.zip glibc-c966526aa40273e0da42dfd26fa8c0f409e69b86.tar.gz glibc-c966526aa40273e0da42dfd26fa8c0f409e69b86.tar.bz2 |
Fix memory leak in case of failed dlopen
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ Version 2.15 * The following bugs are resolved with this release: 9696, 12868, 12852, 12874, 12885, 12907, 12922, 12935, 13007, 13021, - 13068, 13092, 13114, 13134, 13150 + 13068, 13092, 13114, 13123, 13134, 13150 * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |