intbitset: partially revert memory leak fix
- Commit 1c0064bb0d8bfbbc6e61cec667c2e230488a2fd7 intended to fix a memory leak. However the implementation was not correct. Moreover the memory leak was only apparent. This commit partially revert to the original implementation while retaining improvement in the intbitset structure initialization.