87 lines
3.5 KiB
Diff
87 lines
3.5 KiB
Diff
Index: agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable.c
|
|
===================================================================
|
|
RCS file: /cvsroot/net-snmp/net-snmp/agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable.c,v
|
|
retrieving revision 1.17
|
|
retrieving revision 1.18
|
|
diff -u -p -r1.17 -r1.18
|
|
--- agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable.c 25 Jan 2006 16:25:56 -0000 1.17
|
|
+++ agent/mibgroup/ip-mib/ipAddressTable/ipAddressTable.c 6 Dec 2006 15:10:40 -0000 1.18
|
|
@@ -2,7 +2,7 @@
|
|
* Note: this file originally auto-generated by mib2c using
|
|
* version : 1.48 $ of : mfd-top.m2c,v $
|
|
*
|
|
- * $Id: ipAddressTable.c,v 1.17 2006/01/25 16:25:56 dts12 Exp $
|
|
+ * $Id: ipAddressTable.c,v 1.18 2006/12/06 15:10:40 rstory Exp $
|
|
*/
|
|
/** \page MFD helper for ipAddressTable
|
|
*
|
|
@@ -156,6 +156,10 @@ ipAddressTable_rowreq_ctx_cleanup(ipAddr
|
|
/*
|
|
* TODO:211:o: |-> Perform extra ipAddressTable rowreq cleanup.
|
|
*/
|
|
+ if (NULL != rowreq_ctx->data) {
|
|
+ ipAddressTable_release_data(rowreq_ctx->data);
|
|
+ rowreq_ctx->data = NULL;
|
|
+ }
|
|
} /* ipAddressTable_rowreq_ctx_cleanup */
|
|
|
|
/**
|
|
Index: agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.c
|
|
===================================================================
|
|
RCS file: /cvsroot/net-snmp/net-snmp/agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.c,v
|
|
retrieving revision 1.12
|
|
retrieving revision 1.13
|
|
diff -u -p -r1.12 -r1.13
|
|
--- agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.c 12 Jun 2006 20:05:20 -0000 1.12
|
|
+++ agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRouteTable.c 6 Dec 2006 15:01:26 -0000 1.13
|
|
@@ -2,7 +2,7 @@
|
|
* Note: this file originally auto-generated by mib2c using
|
|
* version : 1.48 $ of : mfd-top.m2c,v $
|
|
*
|
|
- * $Id: inetCidrRouteTable.c,v 1.12 2006/06/12 20:05:20 rstory Exp $
|
|
+ * $Id: inetCidrRouteTable.c,v 1.13 2006/12/06 15:01:26 rstory Exp $
|
|
*/
|
|
/** \page MFD helper for inetCidrRouteTable
|
|
*
|
|
@@ -205,6 +205,10 @@ inetCidrRouteTable_rowreq_ctx_cleanup(in
|
|
/*
|
|
* TODO:211:o: |-> Perform extra inetCidrRouteTable rowreq cleanup.
|
|
*/
|
|
+ if (NULL != rowreq_ctx->data) {
|
|
+ inetCidrRouteTable_release_data(rowreq_ctx->data);
|
|
+ rowreq_ctx->data = NULL;
|
|
+ }
|
|
} /* inetCidrRouteTable_rowreq_ctx_cleanup */
|
|
|
|
/**
|
|
Index: agent/mibgroup/ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.c
|
|
===================================================================
|
|
RCS file: /cvsroot/net-snmp/net-snmp/agent/mibgroup/ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.c,v
|
|
retrieving revision 1.11
|
|
retrieving revision 1.12
|
|
diff -u -p -r1.11 -r1.12
|
|
--- agent/mibgroup/ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.c 25 Jan 2006 16:25:54 -0000 1.11
|
|
+++ agent/mibgroup/ip-forward-mib/ipCidrRouteTable/ipCidrRouteTable.c 6 Dec 2006 15:01:26 -0000 1.12
|
|
@@ -2,7 +2,7 @@
|
|
* Note: this file originally auto-generated by mib2c using
|
|
* version : 1.48 $ of : mfd-top.m2c,v $
|
|
*
|
|
- * $Id: ipCidrRouteTable.c,v 1.11 2006/01/25 16:25:54 dts12 Exp $
|
|
+ * $Id: ipCidrRouteTable.c,v 1.12 2006/12/06 15:01:26 rstory Exp $
|
|
*/
|
|
/** \page MFD helper for ipCidrRouteTable
|
|
*
|
|
@@ -160,6 +160,10 @@ ipCidrRouteTable_rowreq_ctx_cleanup(ipCi
|
|
/*
|
|
* TODO:211:o: |-> Perform extra ipCidrRouteTable rowreq cleanup.
|
|
*/
|
|
+ if (NULL != rowreq_ctx->data) {
|
|
+ ipCidrRouteTable_release_data(rowreq_ctx->data);
|
|
+ rowreq_ctx->data = NULL;
|
|
+ }
|
|
} /* ipCidrRouteTable_rowreq_ctx_cleanup */
|
|
|
|
/**
|
|
|
|
|