Skip to content

Commit

Permalink
Fix error in function/GemmConvOp.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
qingqing01 committed Dec 15, 2017
1 parent 3496092 commit 7968b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/function/GemmConvOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ class GemmConvFunction : public ConvFunctionBase {
}
#ifdef PADDLE_MOBILE_INFERENCE
if (Device == DEVICE_TYPE_CPU) {
delete memory_;
memory_.reset();
}
#endif
}
Expand Down

0 comments on commit 7968b66

Please sign in to comment.