Skip to content

Commit

Permalink
libkvs/watch: fix json refcount bug
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Jul 19, 2017
1 parent e2968e7 commit d1c16c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/libkvs/kvs_watch.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ static void watch_response_cb (flux_t *h, flux_msg_handler_t *w,
if (dispatch_watch (h, wp, json_str) < 0)
flux_reactor_stop_error (flux_get_reactor (h));
done:
json_decref (val);
free (json_str);
}

Expand Down

0 comments on commit d1c16c4

Please sign in to comment.