View | Details | Raw Unified | Return to bug 196818 | Differences between
and this patch

Collapse All | Expand All

(-)src/libnet_cq.c (+2 lines)
Lines 344-349 Link Here
344
        libnet_destroy(tmp->context);
344
        libnet_destroy(tmp->context);
345
        free(tmp);
345
        free(tmp);
346
    }
346
    }
347
    l_cq = NULL;
348
    memset(&l_cqd, 0, sizeof(l_cqd));
347
}
349
}
348
350
349
libnet_t *
351
libnet_t *

Return to bug 196818