X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/a615a7788bdbdda26074ce356cefdfbf887e4e34..c554651464773994d9731a6fdd3be58b9a242eb8:/bk_pdf.c diff --git a/bk_pdf.c b/bk_pdf.c index ce71c5e..6aba554 100644 --- 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;