git » fp-git.git » commit cb06a0c

added memory-free function

author ecalot
2004-06-13 19:24:17 UTC
committer ecalot
2004-06-13 19:24:17 UTC
parent 03d1bd98dd991fb353a67689a21e0a4386f8a282

added memory-free function

FP/src/include/resources.h +3 -7

diff --git a/FP/src/include/resources.h b/FP/src/include/resources.h
index 890df5f..275df48 100644
--- 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
+ */