mirror of
https://github.com/JakeHillion/drgn.git
synced 2024-12-23 01:33:06 +00:00
libdrgn: add missing break in drgn_object_copy()
Signed-off-by: Omar Sandoval <osandov@osandov.com>
This commit is contained in:
parent
c4b0d313ac
commit
ffa2e0acf1
@ -502,6 +502,7 @@ drgn_object_copy(struct drgn_object *res, const struct drgn_object *obj)
|
||||
case DRGN_OBJECT_UNAVAILABLE:
|
||||
drgn_object_reinit_copy(res, obj);
|
||||
res->kind = DRGN_OBJECT_UNAVAILABLE;
|
||||
break;
|
||||
)
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user