Skip to content

Commit ef83e79

Browse files
committed
fix leak
1 parent 8b4a87f commit ef83e79

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/layer/x86/convolution_x86.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1259,9 +1259,6 @@ int Convolution_x86::forwardDilation_x86(const Mat& bottom_blob, Mat& top_blob,
12591259
#if NCNN_BF16
12601260
int Convolution_x86::create_pipeline_bf16s(const Option& opt)
12611261
{
1262-
activation = create_activation_layer(activation_type, activation_params, opt);
1263-
nT = opt.num_threads;
1264-
12651262
const int maxk = kernel_w * kernel_h;
12661263
const int num_input = weight_data_size / maxk / num_output;
12671264

0 commit comments

Comments
 (0)