commit | ae32be31341a5fecfa16c5b3eb78095207182cce | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Sun Jun 13 10:30:19 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Sun Jun 13 10:34:36 2010 -0700 |
tree | 1fb056abaab9a6ca5f593dba6237f6ebc0f6135c | |
parent | 4a32f93d29b05cdab63c0e2979bc1524c8ea6bf5 [diff] |
ceph: fix message memory leak, uninitialized variable We need to properly initialize skip, as not all alloc_msg op instances set it. Also, BUG if someone says skip but also allocates a message. Signed-off-by: Sage Weil <sage@newdream.net>