summaryrefslogtreecommitdiffstats
path: root/usr.sbin/atm/scspd/scsp_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/atm/scspd/scsp_msg.h')
-rw-r--r--usr.sbin/atm/scspd/scsp_msg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.sbin/atm/scspd/scsp_msg.h b/usr.sbin/atm/scspd/scsp_msg.h
index c70ada7..bedea8a 100644
--- a/usr.sbin/atm/scspd/scsp_msg.h
+++ b/usr.sbin/atm/scspd/scsp_msg.h
@@ -357,10 +357,9 @@ typedef struct scsp_csa Scsp_csa;
*/
#define SCSP_FREE_CSA(c) \
{ \
- if ((c)->atmarp_data) { \
- UM_FREE((c)->atmarp_data); \
- } \
- UM_FREE((c)); \
+ if ((c)->atmarp_data) \
+ free((c)->atmarp_data); \
+ free((c)); \
}
OpenPOWER on IntegriCloud