Commit 672e129
Fix MergeDebevec/MergeMertens segfault: align C++ with ExceptionStatus pattern
Same calling-convention mismatch as #1876: photo_Ptr_MergeDebevec_get/delete
and photo_Ptr_MergeMertens_get/delete were left in the old direct-return style
when #1846 updated the C# P/Invoke declarations to ExceptionStatus + out-param.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d721631 commit 672e129
1 file changed
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
| 157 | + | |
157 | 158 | | |
| 159 | + | |
158 | 160 | | |
159 | | - | |
| 161 | + | |
160 | 162 | | |
161 | | - | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
162 | 166 | | |
163 | 167 | | |
164 | 168 | | |
165 | 169 | | |
166 | 170 | | |
167 | 171 | | |
168 | | - | |
| 172 | + | |
169 | 173 | | |
| 174 | + | |
170 | 175 | | |
| 176 | + | |
171 | 177 | | |
172 | | - | |
| 178 | + | |
173 | 179 | | |
174 | | - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
175 | 183 | | |
176 | 184 | | |
177 | 185 | | |
| |||
0 commit comments