@@ -43,7 +43,7 @@ Garland generate_garland(unsigned int length) {
}
strncpy(color+7,"#\0",2);
g.lightbulbs[i]=(char*)malloc(9);
g.lightbulbs[i]=malloc(9);
strncpy(g.lightbulbs[i],color,9);
free(color);
color=NULL;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.