Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Jan 4, 2024
1 parent 661e347 commit 69be7f0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions src/layer/loongarch/convolution1d_loongarch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ int Convolution1D_loongarch::create_pipeline(const Option& opt)
}
}

weight_data.release();

return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions src/layer/mips/convolution1d_mips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ int Convolution1D_mips::create_pipeline(const Option& opt)
}
}

weight_data.release();

return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions src/layer/riscv/convolution1d_riscv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ int Convolution1D_riscv::create_pipeline(const Option& opt)
}
}

weight_data.release();

return 0;
}

Expand Down

0 comments on commit 69be7f0

Please sign in to comment.