git
/
fp-git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
03d1bd9
)
added memory-free function
author
ecalot
<ecalot>
Sun, 13 Jun 2004 19:24:17 +0000
(19:24 +0000)
committer
ecalot
<ecalot>
Sun, 13 Jun 2004 19:24:17 +0000
(19:24 +0000)
FP/src/include/resources.h
patch
|
blob
|
history
diff --git
a/FP/src/include/resources.h
b/FP/src/include/resources.h
index 890df5f62ca3a1ffac3b5b012aa3540309e45de7..275df48b48bc94d021d503614e3cf79035fd194f 100644
(file)
--- a/
FP/src/include/resources.h
+++ b/
FP/src/include/resources.h
@@
-63,13
+63,9
@@
tData* resLoad(int id);
*/
*/
-
-
-
-
-
-
-
+void resFree(tData* resource);
+/* This function frees all the memory allocated by the resLoad function
+ */