diff options
| author | Cathy Zhou <Cathy.Zhou@Sun.COM> | 2009-05-20 21:09:54 -0700 |
|---|---|---|
| committer | Cathy Zhou <Cathy.Zhou@Sun.COM> | 2009-05-20 21:09:54 -0700 |
| commit | f1956ffef55a0f859d3974677c90c728e3fc32f5 (patch) | |
| tree | 3d1e78d2343cb8ea71be6f31011fd3e1f236f13a /usr/src/uts/common/io/softmac/softmac_fp.c | |
| parent | edf70dc9b8e373c558a49c15c2d86be817d497fe (diff) | |
| download | illumos-gate-f1956ffef55a0f859d3974677c90c728e3fc32f5.tar.gz | |
6803804 softmac_serialize_enter()/exit() can be replaced using the mac perimeter
6803642 dls_devnet_t reference leak in dls_devnet_setzid()
6807924 net-physical`net_reconfigure() emits errors on non-reconfig boots.
6822408 old-style autopush above network devices no longer works
6832151 memory leak for M_CTL messages sent down to the softmac
Diffstat (limited to 'usr/src/uts/common/io/softmac/softmac_fp.c')
| -rw-r--r-- | usr/src/uts/common/io/softmac/softmac_fp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/io/softmac/softmac_fp.c b/usr/src/uts/common/io/softmac/softmac_fp.c index 9568de1332..4086007daf 100644 --- a/usr/src/uts/common/io/softmac/softmac_fp.c +++ b/usr/src/uts/common/io/softmac/softmac_fp.c @@ -671,6 +671,8 @@ softmac_wput_single_nondata(softmac_upper_t *sup, mblk_t *mp) */ if (dbtype == M_IOCTL) miocnak(sup->su_wq, mp, 0, EINVAL); + else + freemsg(mp); /* * This stream is either IP or ARP. See whether |
