Merge branch 'patch-1' of git://github.com/remleduff/python-netfilterqueue into remleduff-patch-1

This commit is contained in:
Matt Fox 2016-06-27 20:02:35 -07:00
commit c7ef78bcf8
1 changed files with 1 additions and 0 deletions

View File

@ -170,6 +170,7 @@ cdef class NetfilterQueue:
"""Destroy the queue."""
if self.qh != NULL:
nfq_destroy_queue(self.qh)
self.qh = NULL
# See warning about nfq_unbind_pf in __dealloc__ above.
def run(self):