diff options
Diffstat (limited to 'SD-VBS/benchmarks/texture_synthesis/src/c/texture.c')
| -rw-r--r-- | SD-VBS/benchmarks/texture_synthesis/src/c/texture.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SD-VBS/benchmarks/texture_synthesis/src/c/texture.c b/SD-VBS/benchmarks/texture_synthesis/src/c/texture.c index fb0f1ae..b268df9 100644 --- a/SD-VBS/benchmarks/texture_synthesis/src/c/texture.c +++ b/SD-VBS/benchmarks/texture_synthesis/src/c/texture.c | |||
| @@ -150,6 +150,8 @@ void create_texture(F2D *image, params *data) | |||
| 150 | arrayref(atlas,aa(j,i)+1) = besty; | 150 | arrayref(atlas,aa(j,i)+1) = besty; |
| 151 | } | 151 | } |
| 152 | } | 152 | } |
| 153 | free(candlistx); | ||
| 154 | free(candlisty); | ||
| 153 | } | 155 | } |
| 154 | 156 | ||
| 155 | // Creates a list of valid candidates for given pixel using only L-shaped causal area | 157 | // Creates a list of valid candidates for given pixel using only L-shaped causal area |
