diff --git a/net/strparser/strparser.c b/net/strparser/strparser.c
index 41adf362936d7dc4035cf9db7d7962f8dafcad0d..b5c279b2268017e502f2028355874b62208dc3a1 100644
--- a/net/strparser/strparser.c
+++ b/net/strparser/strparser.c
@@ -504,6 +504,7 @@ static int __init strp_mod_init(void)
 
 static void __exit strp_mod_exit(void)
 {
+	destroy_workqueue(strp_wq);
 }
 module_init(strp_mod_init);
 module_exit(strp_mod_exit);