Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Merge pull request #690 from alexcohn/bugfix/#634_fdsan
Browse files Browse the repository at this point in the history
fixing #634
  • Loading branch information
tanersener authored Mar 7, 2021
2 parents 6064b7d + bd5dfc1 commit 3327609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/cpp/saf_wrapper.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ static AVIOContext *create_fd_avio_context(const char *filename, int flags) {
static void close_fd_avio_context(AVIOContext *ctx) {
if (fd_seek(ctx->opaque, 0, AVSEEK_SIZE) >= 0) {
int fd = (int)ctx->opaque;
close(fd);
closeParcelFileDescriptor(fd);
}
ctx->opaque = NULL;
Expand Down

0 comments on commit 3327609

Please sign in to comment.