libui/unix/text.c

8 lines
83 B
C
Raw Normal View History

2015-04-18 16:20:05 -05:00
// 9 april 2015
#include "uipriv_unix.h"
void uiFreeText(char *t)
{
g_free(t);
}