Merge branch 'remleduff-patch-1'

This commit is contained in:
Matt Fox 2016-06-27 20:03:32 -07:00
commit a43e8ad410
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):