Commit 7e13032
authored
Update Main.vala function restore_current_system check that dst_root is not null (#386)
Fixes segmentation fault:
```
Thread 1 "timeshift" received signal SIGSEGV, Segmentation fault.
0x00005555555a2fb9 in main_get_restore_current_system (self=0x555555670010) at ../src/Core/Main.vala:1895
1895 ((dst_root.device == sys_root.device) || (dst_root.uuid == sys_root.uuid))){
```1 parent 2e135ff commit 7e13032
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2005 | 2005 | | |
2006 | 2006 | | |
2007 | 2007 | | |
2008 | | - | |
| 2008 | + | |
2009 | 2009 | | |
2010 | 2010 | | |
2011 | 2011 | | |
| |||
0 commit comments