Compare commits
No commits in common. "b6a45a07aba9ea38ec92916d43ec6a77ec915ac1" and "a25bf98e9eb0797f9890161de0784324ca6e9f54" have entirely different histories.
b6a45a07ab
...
a25bf98e9e
2
deps/argparse
vendored
2
deps/argparse
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2e7bf3b8c7648920d533a6c7673d546aa573e0c8
|
Subproject commit 1382930021be5955cf683de753e933e59cfa75ed
|
@ -111,7 +111,7 @@ int lvgl_fb_run(const char* const fb_dev)
|
|||||||
|
|
||||||
destroy_widgets();
|
destroy_widgets();
|
||||||
|
|
||||||
delete[] buf1;
|
free(buf1);
|
||||||
|
|
||||||
close_fb(&fb);
|
close_fb(&fb);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user