1
1
mirror of https://github.com/tstellar/bygfoot.git synced 2025-03-05 11:37:50 +01:00

Fix valgrind warnings

This commit is contained in:
gunnar_g 2009-04-15 14:31:14 +00:00
parent 1a4d5cd62f
commit a052bee355

View File

@ -27,6 +27,7 @@
#include "fixture.h"
#include "misc.h"
#include "team.h"
#include "variables.h"
#include "xml.h"
#include "xml_loadsave_fixtures.h"
@ -203,6 +204,7 @@ xml_loadsave_fixtures_read(const gchar *filename, GArray *fixtures)
}
fixtures_array = fixtures;
statp = fixtures;
if(g_markup_parse_context_parse(context, file_contents, length, &error))
{