libui/unix/text.c

8 lines
83 B
C

// 9 april 2015
#include "uipriv_unix.h"
void uiFreeText(char *t)
{
g_free(t);
}