blob: cae4c70182c9c79c59c47ddcde219b2a4622782f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- generic/bltVector.c.orig 2013-11-18 17:38:24.000000000 +0100
+++ generic/bltVector.c 2013-11-18 17:38:39.000000000 +0100
@@ -370,7 +370,7 @@
*indexPtr = (int)value;
cleanup:
if (string != zStatic) {
- Blt_Free( string );
+ Blt_Free( (void *)string );
}
return result;
}
|