mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 15:19:56 +09:00
malloc_trim is glibc only
This commit is contained in:
@@ -1449,7 +1449,9 @@ namespace gsr {
|
|||||||
}
|
}
|
||||||
|
|
||||||
deinit_theme();
|
deinit_theme();
|
||||||
|
#ifdef __GLIBC__
|
||||||
malloc_trim(0);
|
malloc_trim(0);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Overlay::hide_next_frame() {
|
void Overlay::hide_next_frame() {
|
||||||
|
|||||||
Reference in New Issue
Block a user