From 518a5ddbf15d50a254c732a80d5907ef8878abe0 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Apr 2015 18:49:45 -0400 Subject: Split all OS backends into their own folders. --- new/unix/util.c | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 new/unix/util.c (limited to 'new/unix/util.c') diff --git a/new/unix/util.c b/new/unix/util.c new file mode 100644 index 0000000..72b71df --- /dev/null +++ b/new/unix/util.c @@ -0,0 +1,7 @@ +// 9 april 2015 +#include "uipriv_unix.h" + +void uiFreeText(char *t) +{ + g_free(t); +} -- cgit v1.2.3