Skip to content

Commit

Permalink
[test_media_type] Fixed a memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 24, 2014
1 parent 39e560d commit 9498ec3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mms-lib/test/media_type/test_media_type.c
Expand Up @@ -86,6 +86,7 @@ run_test(
}
}
if (*p2) ok = FALSE;
g_free(unparsed);
}
}
} else if (!test->output) {
Expand Down

0 comments on commit 9498ec3

Please sign in to comment.