Skip to content
Snippets Groups Projects
Commit e24f55b2 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

silence warning

parent 50ecec94
Branches
Tags
No related merge requests found
......@@ -407,6 +407,7 @@ nomem:
case BvArray: LBER_FREE((*b->res.ba)[n].bv_val); break;
case BvVec: LBER_FREE((*b->res.bv)[n]->bv_val);
LBER_FREE((*b->res.bv)[n]); break;
default: break;
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment