# | Line 127 | Line 127 | void cleanUpPmaps (PhotonMap **pmaps) | |
---|---|---|
127 | if (pmaps [t]) { | |
128 | deletePhotons(pmaps [t]); | |
129 | free(pmaps [t]); | |
130 | + | pmaps [t] = NULL; |
131 | } | |
132 | } | |
133 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |