We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec45de0 + 7bfb933 commit 77c1e14Copy full SHA for 77c1e14
mp4parse_capi/src/lib.rs
@@ -1141,14 +1141,6 @@ fn new_parser() {
1141
}
1142
1143
1144
-#[test]
1145
-#[should_panic(expected = "assertion failed")]
1146
-fn free_null_parser() {
1147
- unsafe {
1148
- mp4parse_free(std::ptr::null_mut());
1149
- }
1150
-}
1151
-
1152
#[test]
1153
fn get_track_count_null_parser() {
1154
unsafe {
0 commit comments