Commit ccc89f0
committed
Check for null pointer before subsetting
In the list and r_string cases we don't actually set `data_p_`, so we need to check
for nullptr
Fixes tidyverse/tidyr#10171 parent 8cad185 commit ccc89f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
697 | 697 | | |
698 | 698 | | |
699 | 699 | | |
700 | | - | |
| 700 | + | |
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
| |||
0 commit comments