Revision: 1063
Author: [email protected]
Date: Fri Feb 19 06:57:57 2010
Log: load_profile_data_from_stream() was failing to free buffer.
http://code.google.com/p/perl-devel-nytprof/source/detail?r=1063

Modified:
 /trunk/NYTProf.xs

=======================================
--- /trunk/NYTProf.xs   Fri Feb 19 06:57:52 2010
+++ /trunk/NYTProf.xs   Fri Feb 19 06:57:57 2010
@@ -4324,6 +4324,7 @@
     sv_free((SV*)live_pids_hv);
     sv_free(tmp_str1_sv);
     sv_free(tmp_str2_sv);
+    Safefree(buffer);

     if (cb) {
         SvREFCNT_dec(profile_modes);

--
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to