Skip to content

Commit

Permalink
fix-#750
Browse files Browse the repository at this point in the history
  • Loading branch information
gondow committed Jun 30, 2023
1 parent 6c67ff0 commit 167bdc4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/C++/Apps/Mp42Ts/Mp42Ts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@ main(int argc, char** argv)
AP4_Movie* movie = input_file->GetMovie();
if (movie == NULL) {
fprintf(stderr, "ERROR: no movie in file\n");
delete input;
delete input_file;
return 1;
}

Expand Down

0 comments on commit 167bdc4

Please sign in to comment.