+2007-11-17 Soren Sandmann <sandmann@daimi.au.dk>

+
+       * collector.c (collector_create_profile): Don't collect traces here.
+


svn path=/trunk/; revision=390
This commit is contained in:
Søren Sandmann Pedersen
2007-11-17 06:23:39 +00:00
parent 41efdc9c7e
commit f7a138fa15
3 changed files with 5 additions and 3 deletions

View File

@ -75,7 +75,7 @@ read_maps (int pid, int *n_maps)
char buffer[1024];
FILE *in;
GArray *result;
in = fopen (name, "r");
if (!in)
{