diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/splat/splat-internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/splat/splat-internal.h b/module/splat/splat-internal.h index d00af90fa..36cf04da1 100644 --- a/module/splat/splat-internal.h +++ b/module/splat/splat-internal.h @@ -94,6 +94,7 @@ &((sub)->test_list), test_list) { \ if (_test_->desc.id == tid) { \ list_del_init(&(_test_->test_list)); \ + kfree(_test_); \ _flag_ = 1; \ } \ } \ |