atuline / FastLED-Demos

Here's my updated FastLED demos from January, 2017.
GNU General Public License v3.0
611 stars 174 forks source link

Small memleak in button_demoReel100.ino #14

Closed costyn closed 6 years ago

costyn commented 7 years ago

I fixed a small memleak in my fork. I tried to create a pull request "back to your code", but I haven't figured out github completely yet.

https://github.com/costyn/FastLED-Demos/commit/f24978cdd89ef469660967dda76d27cdebc69059

atuline commented 6 years ago

I'm not too good at it either. I just edited my own code and updated manually. I really need to get back into this.

marmilicious commented 6 years ago

Aaah, the writing to non-existent pixel pickle! Good catch @costyn.