1
0
forked from GitHub/gf-core

bugfixes related to old pointers

This commit is contained in:
Krasimir Angelov
2022-10-24 10:37:38 +02:00
parent d8aab2962c
commit 39ac59c2b9
4 changed files with 13 additions and 1 deletions

View File

@@ -23,6 +23,9 @@ PgfText* textdup(PgfText *t1);
PGF_INTERNAL_DECL
ref<PgfText> textdup_db(PgfText *t1);
PGF_INTERNAL_DECL
ref<PgfText> textdup_db(ref<PgfText> t1);
PGF_INTERNAL
void text_db_release(ref<PgfText> text);