Commit 96c21e1577fa6462efc4d98a6f72a16ba521f6a3

Ran Benita 2012-09-14T00:21:54

Clean up Init/Clear functions - The Clear* functions should just free the memory associated with the object. If the object is used again, it is Init'd again. - s/Free/Clear if the actual pointer is not free'd. - Zeroise object in Init and only initialize non-zero fields. Signed-off-by: Ran Benita <ran234@gmail.com>