mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.88][ARM][BUGFIX] Fix bugs in single CPU SoCs and small bugs related to strings
This commit is contained in:
@@ -563,13 +563,7 @@ bool print_cpufetch_arm(struct ascii* art, struct cpuInfo* cpu, struct colors* c
|
||||
setAttribute(art,ATTRIBUTE_L2,l2);
|
||||
if(l3 != NULL) {
|
||||
setAttribute(art,ATTRIBUTE_L3,l3);
|
||||
free(l3);
|
||||
}
|
||||
|
||||
free(max_frequency);
|
||||
free(l1i);
|
||||
free(l1d);
|
||||
free(l2);
|
||||
}
|
||||
else {
|
||||
struct cpuInfo* ptr = cpu;
|
||||
|
||||
Reference in New Issue
Block a user