From: Adam Dickmeiss Date: Thu, 26 Mar 2009 13:26:34 +0000 (+0100) Subject: RecordCache::add clones instead of making refs to it. X-Git-Tag: v1.1.2~3 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=5896d0ffe17229588e918231216b292fc06c774d;hp=5896d0ffe17229588e918231216b292fc06c774d;p=yazpp-moved-to-github.git RecordCache::add clones instead of making refs to it. RecordCache::add clones data for real rather than grabbing memory from supplied ODR. The clone is achieved by new functions in YAZ: yaz_clone_z_NamePlusRecord and yaz_clone_z_RecordComposition. ---