Imported Upstream version 2.6.7
[platform/upstream/harfbuzz.git] / docs / usermanual-object-model.xml
index f571c47..4f0fc92 100644 (file)
       <function>malloc()</function>, you would create the blob using
     </para>
     <programlisting language="C">
-      hb_blob_create (data, length, HB_MEMORY_MODE_WRITABLE, NULL, free)
+      hb_blob_create (data, length, HB_MEMORY_MODE_WRITABLE, data, free)
     </programlisting>
     <para>
       That way, HarfBuzz will call <function>free()</function> on the