fix memory leak in Load_MOTO()
This commit is contained in:
parent
12f15c231f
commit
c8e5656579
@ -6075,6 +6075,8 @@ void Load_MOTO(T_IO_Context * context)
|
||||
}
|
||||
}
|
||||
}
|
||||
free(vram_forme);
|
||||
free(vram_couleur);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user