got rid of void* in menu-list, didnt save the file last time
This commit is contained in:
parent
12761b1026
commit
7dbc5b24f7
@ -190,7 +190,7 @@ int themeMenuScan(const char* target) {
|
||||
menuAddEntry(me);
|
||||
else
|
||||
menuDeleteEntry(me);
|
||||
free((void*)name);//This was allocated by calloc and copied over by strcpy
|
||||
free(name);//This was allocated by calloc and copied over by strcpy
|
||||
}
|
||||
|
||||
closedir(dir);
|
||||
|
Loading…
Reference in New Issue
Block a user