Commit f5765ae
committed
gpl: fix coverity USE_AFTER_MOVE
367 gui_debug_images_path_ = std::move(images_path);
>>> CID 1643471: Uninitialized variables (USE_AFTER_MOVE)
>>> Returning while reference parameter "images_path" is in a moved state.
Signed-off-by: Matt Liberty <[email protected]>1 parent 2c4588b commit f5765ae
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments