summaryrefslogtreecommitdiff
path: root/new/util_unix.c
blob: 72b71dfa50410b9730ee1b24cfcbcbc1b5851a2c (plain)
1
2
3
4
5
6
7
// 9 april 2015
#include "uipriv_unix.h"

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