Commit c06e0003944cb14b8236d994794c2eabb8fad1d4

Carlos Martín Nieto 2012-06-20T01:41:30

odb: don't leak when detecting id ambiguity If we find several objects with the same prefix, we need to free the memory where we stored the earlier object. Keep track of the raw.data pointer across read_prefix calls and free it if we find another object.