This commit is contained in:
Behdad Esfahbod 2010-05-05 01:39:26 -04:00
parent 4169710911
commit b18eafd0f6
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ template <typename Type>
struct Sanitizer
{
static hb_blob_t *sanitize (hb_blob_t *blob) {
hb_sanitize_context_t context[1];
hb_sanitize_context_t context[1] = {{}};
bool sane;
/* TODO is_sane() stuff */