atomic bombing

This commit is contained in:
tth 2019-09-03 22:23:06 +02:00
parent 0b644f7803
commit 205816b618
1 changed files with 2 additions and 0 deletions

View File

@ -313,6 +313,8 @@ for (i = 0; i < n_buffers; ++i) {
v4l2_munmap(buffers[i].start, buffers[i].length); v4l2_munmap(buffers[i].start, buffers[i].length);
} }
// free(buffers); /* atomic bombing */
v4l2_close(fd); v4l2_close(fd);
return 0; return 0;