leak in gconf_engine_get_full



I think I found a leak in gconf_engine_get_full.

At the bottom of the function, there's code that calls
gconf_value_from_corba_value. But this creates a new GConfValue. The callers
assume that the value returned is owned by the engine. But in this case,
it's just leaked.

Please let me know. Perhaps I'm mistaken. Perhaps you intend to fix this. Or
maybe we can live with the leak?

    -- Darin





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]