| Index: src/serialize.h
|
| diff --git a/src/serialize.h b/src/serialize.h
|
| index 8beb88e8b21ae110f40eef664ebb4c27db044d40..4e31f1e9b45ad44c7b98f5900e8086b91703510e 100644
|
| --- a/src/serialize.h
|
| +++ b/src/serialize.h
|
| @@ -405,7 +405,7 @@ class SerializationAddressMapper {
|
| public:
|
| SerializationAddressMapper()
|
| : serialization_map_(new HashMap(&SerializationMatchFun)),
|
| - no_allocation_(new AssertNoAllocation()) { }
|
| + no_allocation_(new AssertNoAllocation) { }
|
|
|
| ~SerializationAddressMapper() {
|
| delete serialization_map_;
|
|
|