index
:
go.wit.com/dev/andlabs/ui.git
devel
guimaster
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
new
/
unix
/
util.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); }