https://bugzilla.redhat.com/show_bug.cgi?id=821224 --- Comment #4 from MartinKG <mgansser@xxxxxxxx> --- Robin, is this the patch you mean ? --- tntnet-2.1/framework/common/tnt/object.h 2012-02-09 19:47:38.000000000 +0100 +++ tntnet-svn1364/framework/common/tnt/object.h 2012-06-15 22:58:58.400842102 +0200 @@ -59,7 +59,7 @@ ~PointerObject() { destroyPolicy<data_type>::destroy(ptr); } void set(data_type* ptr_) - { destroy(ptr); ptr = ptr_; } + { destroyPolicy<data_type>::destroy(ptr); ptr = ptr_; } data_type* get() { return ptr; } }; ~ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review