commit | 17e18ab6ff6ec44e95514c7346d2cbd0363ef640 | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Thu Oct 16 16:08:56 2008 +0200 |
committer | Miklos Szeredi <miklos@szeredi.hu> | Thu Oct 16 16:08:56 2008 +0200 |
tree | db4eeaa3b77c86d70feed64f1955cf545b0ff53a | |
parent | 769415c61191bc860f60c6edc3cb7cba24fb3218 [diff] |
fuse: add missing fuse_request_free The error handling code for the second call to fuse_request_alloc should include freeing the result of the first one. This bug was found by the Coccinelle project: http://www.emn.fr/x-info/coccinelle/ Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>