// 9 april 2015
#include "uipriv_unix.h"

void uiFreeText(char *t)
{
	g_free(t);
}