Re: Brainy: Memory Leak in vax
> Hi, > I put here a bug among others: > > sys/arch/vax/if/if_qe.c --- Fixed, thanks.
Brainy: Memory Leak in vax
Hi, I put here a bug among others: sys/arch/vax/if/if_qe.c --- 146 ring = malloc(PROBESIZE, M_TEMP, M_WAITOK | M_ZERO); bzero(sc, sizeof(struct qe_softc)); sc->sc_iot = ua->ua_iot; sc->sc_ioh = ua->ua_ioh; sc->sc_dma