commit | a6a79df5fe2ed2cd307e7a991346faee164e70d9 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Fri May 14 23:20:16 2010 -0400 |
committer | Behdad Esfahbod <[email protected]> | Fri May 14 23:20:16 2010 -0400 |
tree | 1ca0f5c4d2754601856c2389a9f3b2823a09a4cf | |
parent | ca54a12658510f9aa0b2db82f20a8fac230d6bb6 [diff] [blame] |
Handle malloc failture in the buffer
diff --git a/src/hb-buffer.h b/src/hb-buffer.h index d1772d4..7b8b7ea 100644 --- a/src/hb-buffer.h +++ b/src/hb-buffer.h
@@ -101,7 +101,7 @@ void hb_buffer_clear_positions (hb_buffer_t *buffer); -void +hb_bool_t hb_buffer_ensure (hb_buffer_t *buffer, unsigned int size);