]> sourceware.org Git - systemtap.git/commit
Added a bug fix in _stp_stat_init()'s error handling code.
authorDavid Smith <dsmith@redhat.com>
Fri, 19 Oct 2012 19:21:11 +0000 (14:21 -0500)
committerDavid Smith <dsmith@redhat.com>
Fri, 19 Oct 2012 19:21:11 +0000 (14:21 -0500)
commit70d00a5edbda704a6f9c8f9abd5aca37f1d259cf
treef6dbab3441a4dac750fc8ab303bf89ec988c318c
parentabb4cfbb435a0f52f2209e56dc361b7256fc5d33
Added a bug fix in _stp_stat_init()'s error handling code.

* runtime/stat.c (_stp_stat_init): Be sure to free memory allocated with
  _stp_alloc_percpu() with _stp_free_percpu() - not _stp_kfree().
runtime/stat.c
This page took 0.024125 seconds and 5 git commands to generate.