Hearthforge
Sign in
Register
libcutils
Code
Branches
Tags
Commits
Issues
Patches
Releases
Pipelines
← Back to log
@ c438d8f
removed free to array
Author
Konata <konata@posteo.jp>
Date
2018-03-17 14:11:52 UTC
Commit
c438d8f8496c3b46be192dbc4065e476c7c57b4c
Parent
a12f15d
1 file changed, 1 deletion(-)
▾
M
include/cutils/misc.h
-1
@ c438d8f
@ master
@@ -32,7 +32,6 @@
32
32
memcpy
(tmp, item1, length);
33
33
memcpy
(item1, item2, length);
34
34
memcpy
(item2, tmp, length);
35
-
free
(tmp);
36
35
}
37
36
#else
38
37
typedef
unsigned
long
max_uint_t
;