Commit 5f4cc6a8 authored by Austin English's avatar Austin English Committed by Alexandre Julliard

wineps.drv: Fix a memory leak.

parent ed74088d
......@@ -516,5 +516,9 @@ int main(int argc, char *argv[])
triple_space(f_c);
write_encoding_by_UV(f_c);
/* Clean up */
fclose(f_c);
fclose(f_h;
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment