msdk: Make sure a variable is initialized when it is used
Previously alloc_info is initialized when both thiz->initialized and thiz->allocation_caps are true, but only thiz->initialized is checked when alloc_info is used.
Please register or sign in to comment