Skip to content

Commit a43e8ad

Browse files
committed
Merge branch 'remleduff-patch-1'
2 parents 75c9f56 + c7ef78b commit a43e8ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netfilterqueue.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ cdef class NetfilterQueue:
170170
"""Destroy the queue."""
171171
if self.qh != NULL:
172172
nfq_destroy_queue(self.qh)
173+
self.qh = NULL
173174
# See warning about nfq_unbind_pf in __dealloc__ above.
174175

175176
def run(self):

0 commit comments

Comments
 (0)