commit | b18eafd0f62f854d15276c78f99843aecd47acad | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed May 05 01:39:26 2010 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed May 05 01:39:26 2010 -0400 |
tree | ad0fecbf0006951a29523517206161f7f6f77be2 | |
parent | 4169710911450e0f9bc045fe279bfc8ba9e8457c [diff] |
Minor
diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index bdffa95..c66d707 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh
@@ -254,7 +254,7 @@ 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 */