commit | ef5a31fc06d58ad655fd6b71ed3e939147e67108 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Tue May 03 15:07:56 2016 -0600 |
committer | Brian Paul <brianp@vmware.com> | Tue May 03 15:40:49 2016 -0600 |
tree | 85d7d5ff9de12a27c8cd3453ed4d11844da218a8 | |
parent | 68116dcd5a05508af06cd41ca14faab1b910a934 [diff] |
gallium/util: change assertion to conditional in util_bitmask_destroy() If we fail to create a context in the VMware driver we call this function unconditionally to free a bunch of bit vectors. Instead of asserting on a null pointer, just no-op. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>