@@ -29,11 +29,11 @@ self = [super init]; @try { _size = of_sizeof_type_encoding(objCType); _objCType = objCType; - _bytes = of_malloc(1, _size); + _bytes = of_alloc(1, _size); memcpy(_bytes, bytes, _size); } @catch (id e) { [self release]; @throw e;