FACT++  1.0
void delete_str ( XmString  str)

Definition at line 55 of file dui_util.c.

Referenced by do_got_service_list(), and do_show_clients().

57 {
58 
59  XmStringFree(str);
60 }
char str[80]
Definition: test_client.c:7

+ Here is the caller graph for this function: