aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/source_line_resolver_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/google_breakpad/processor/source_line_resolver_base.h')
-rw-r--r--src/google_breakpad/processor/source_line_resolver_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/google_breakpad/processor/source_line_resolver_base.h b/src/google_breakpad/processor/source_line_resolver_base.h
index d950a736..efa76e7e 100644
--- a/src/google_breakpad/processor/source_line_resolver_base.h
+++ b/src/google_breakpad/processor/source_line_resolver_base.h
@@ -60,6 +60,8 @@ class SourceLineResolverBase : public SourceLineResolverInterface {
// Read the symbol_data from a file with given file_name.
// The part of code was originally in BasicSourceLineResolver::Module's
// LoadMap() method.
+ // Place dynamically allocated heap buffer in symbol_data. Caller has the
+ // ownership of the buffer, and should call delete [] to free the buffer.
static bool ReadSymbolFile(char **symbol_data, const string &file_name);
protected: