Various HTML backend cleanups.
[sgt/halibut] / bk_pdf.c
index ce71c5e..6aba554 100644 (file)
--- a/bk_pdf.c
+++ b/bk_pdf.c
@@ -464,7 +464,7 @@ void pdf_backend(paragraph *sourceform, keywordlist *keywords,
 
 static object *new_object(objlist *list)
 {
-    object *obj = mknew(object);
+    object *obj = snew(object);
 
     obj->list = list;