]>
Git Repo - linux.git/blobdiff - tools/perf/util/symbol-minimal.c
#include "symbol.h"
+#include "util.h"
#include <stdio.h>
#include <fcntl.h>
void symsrc__destroy(struct symsrc *ss)
{
- free(ss->name);
+ zfree(&ss->name);
close(ss->fd);
}
This page took 0.031657 seconds and 4 git commands to generate.