Author: iratqq
Date: Thu Mar 6 04:37:24 2008
New Revision: 5275
Modified:
trunk/fep/udsock.c
Log:
* fep/udsock.c (usersockname):
- Remove free(). sock_dir has been changed to array.
Modified: trunk/fep/udsock.c
==============================================================================
--- trunk/fep/udsock.c (original)
+++ trunk/fep/udsock.c Thu Mar 6 04:37:24 2008
@@ -115,7 +115,6 @@
exit(EXIT_FAILURE);
}
snprintf(buf, UNIX_PATH_MAX, "%s/%s", sock_dir, filebuf);
- free(sock_dir);
return buf;
}