From 99d2408ad3113f3d79b496ed30798bbd15bc6cfc Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 16:28:14 +0200 Subject: feat(typst): escape string in math mode --- typst/example.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'typst/example.c') diff --git a/typst/example.c b/typst/example.c index a1df659..39e7a06 100644 --- a/typst/example.c +++ b/typst/example.c @@ -4,6 +4,6 @@ int main() { const char* res = typst_generateSVG("Hello world"); printf("%s\n", res); - typst_freeSVG(res); + typst_freeString(res); return 0; } -- cgit v1.2.3