Commit 6b985a3
Fix potential memory leak in TypedArgument
Summary: Another Claude identified leak. We're using `pytype.release();` instead of `pytype.reset();` and then he also decided to fix up the assignment operator.
Reviewed By: jbower-fb
Differential Revision: D91513285
fbshipit-source-id: 2c45c53f3cd74bf0f3614bd5eac724a833a567041 parent fc0c172 commit 6b985a3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1197 | 1197 | | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | | - | |
| 1200 | + | |
1201 | 1201 | | |
1202 | 1202 | | |
1203 | 1203 | | |
| |||
0 commit comments