Fixed string handling for NULL strings in libspi.
[platform/core/uifw/at-spi2-atk.git] / cspi / spi-util.c
1 void
2 spi_freeString (char *s)
3 {
4   CORBA_free (s);
5 }
6