forked from TheAlgorithms/C-Plus-Plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 8bde3ea
fix: remove memory leak in
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>sublist_search.cpp
(TheAlgorithms#2541)1 parent 7fc338d commit 8bde3ea
1 file changed
+25
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
93 | 107 |
| |
94 | 108 |
| |
95 | 109 |
| |
| |||
217 | 231 |
| |
218 | 232 |
| |
219 | 233 |
| |
220 | - | ||
221 | - | ||
234 | + | ||
235 | + | ||
222 | 236 |
| |
223 | 237 |
| |
224 | 238 |
| |
| |||
270 | 284 |
| |
271 | 285 |
| |
272 | 286 |
| |
287 | + | ||
288 | + | ||
289 | + | ||
273 | 290 |
| |
274 | 291 |
| |
275 | 292 |
| |
| |||
318 | 335 |
| |
319 | 336 |
| |
320 | 337 |
| |
338 | + | ||
339 | + | ||
340 | + | ||
321 | 341 |
| |
322 | 342 |
| |
323 | 343 |
| |
| |||
366 | 386 |
| |
367 | 387 |
| |
368 | 388 |
| |
389 | + | ||
390 | + | ||
391 | + | ||
369 | 392 |
| |
370 | 393 |
|
0 commit comments