mirror of
https://github.com/tstellar/bygfoot.git
synced 2025-03-05 19:47:55 +01:00
Fix valgrind warnings
This commit is contained in:
parent
1a4d5cd62f
commit
a052bee355
@ -27,6 +27,7 @@
|
|||||||
#include "fixture.h"
|
#include "fixture.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "team.h"
|
#include "team.h"
|
||||||
|
#include "variables.h"
|
||||||
#include "xml.h"
|
#include "xml.h"
|
||||||
#include "xml_loadsave_fixtures.h"
|
#include "xml_loadsave_fixtures.h"
|
||||||
|
|
||||||
@ -203,6 +204,7 @@ xml_loadsave_fixtures_read(const gchar *filename, GArray *fixtures)
|
|||||||
}
|
}
|
||||||
|
|
||||||
fixtures_array = fixtures;
|
fixtures_array = fixtures;
|
||||||
|
statp = fixtures;
|
||||||
|
|
||||||
if(g_markup_parse_context_parse(context, file_contents, length, &error))
|
if(g_markup_parse_context_parse(context, file_contents, length, &error))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user