]> git.proxmox.com Git - libgit2.git/commit
Fix memory leak in attr file cache
authorRussell Belfer <arrbee@arrbee.com>
Wed, 1 Feb 2012 19:54:42 +0000 (11:54 -0800)
committerRussell Belfer <arrbee@arrbee.com>
Wed, 1 Feb 2012 19:54:42 +0000 (11:54 -0800)
commit62a1f713de384e141045facf3c1a53d9642e8eb5
tree1e4369d4d97256cff259552f0bc442342c6cdda6
parent4ea79a9d6e8f52faf8598b96ed53c3066cba0f83
Fix memory leak in attr file cache

Actually look for the file by the same cache key that we
store it under.  Rocket science!
src/attr.c