[pulseaudio-discuss] [PATCH 1/4] format: Don't _put() objects obtained with json_object_object_get()

2014-08-18 Thread Peter Meerwald
From: Peter Meerwald json-c documentation states that "No reference counts will be changed. There is no need to manually adjust reference counts through the json_object_put/json_object_get methods unless..." hence fix pa_format_info_get_prop_type() and pa_format_info_get_prop_int_range(); note

Re: [pulseaudio-discuss] [PATCH 1/4] format: Don't _put() objects obtained with json_object_object_get()

2014-08-21 Thread Arun Raghavan
On Mon, 2014-08-18 at 14:47 +0200, Peter Meerwald wrote: > From: Peter Meerwald > > json-c documentation states that "No reference counts will be changed. > There is no need to manually adjust reference counts through the > json_object_put/json_object_get methods unless..." > > hence fix pa_form

Re: [pulseaudio-discuss] [PATCH 1/4] format: Don't _put() objects obtained with json_object_object_get()

2014-08-21 Thread Peter Meerwald
> > json-c documentation states that "No reference counts will be changed. > > There is no need to manually adjust reference counts through the > > json_object_put/json_object_get methods unless..." > > > > hence fix pa_format_info_get_prop_type() and > > pa_format_info_get_prop_int_range(); > >