crypto: async - Use kzfree for requests
[pandora-kernel.git] / include / crypto / hash.h
index 3c4cce6..f74214a 100644 (file)
@@ -186,7 +186,7 @@ static inline struct ahash_request *ahash_request_alloc(
 
 static inline void ahash_request_free(struct ahash_request *req)
 {
-       kfree(req);
+       kzfree(req);
 }
 
 static inline struct ahash_request *ahash_request_cast(