Fixed typo, added testing - previous corner case now cleanly prevented

This commit is contained in:
Lorenz Meier
2013-11-03 17:58:28 +01:00
parent 98f5a77574
commit 4865814f92

View File

@@ -253,6 +253,7 @@ ORBDevNode::close(struct file *filp)
hrt_cancel(&sd->update_call);
delete sd;
}
}
return CDev::close(filp);
}