You've already forked intuiclock
Closes #4
This commit is contained in:
@@ -304,9 +304,11 @@ static void main_window_unload(Window *window) {
|
||||
battery_state_service_unsubscribe();
|
||||
tick_timer_service_unsubscribe();
|
||||
|
||||
if (t) {
|
||||
free(t);
|
||||
}
|
||||
// Apparently, freeing this pointer causes the watchface to crash on
|
||||
// v3.3. Weird.
|
||||
// if (t) {
|
||||
// free(t);
|
||||
// }
|
||||
|
||||
layer_destroy(s_battery_indicator_layer);
|
||||
bitmap_layer_destroy(s_battery_icon_layer);
|
||||
|
||||
Reference in New Issue
Block a user