mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Merge pull request #398 from juju2143/bug-correction-1
swaygrab: Fix memory leak when recording videos
This commit is contained in:
commit
f438d3897d
|
@ -94,6 +94,7 @@ void grab_and_apply_movie_magic(const char *file, const char *output,
|
|||
|
||||
fwrite(pixels, 1, len, f);
|
||||
|
||||
free(pixels - 9);
|
||||
clock_gettime(CLOCK_MONOTONIC, &finish);
|
||||
ts.tv_nsec = ns;
|
||||
double fts = (double)finish.tv_sec + 1.0e-9*finish.tv_nsec;
|
||||
|
|
Loading…
Reference in a new issue