summaryrefslogtreecommitdiff
path: root/linux-x86/share/swig/guile/std_common.i
diff options
context:
space:
mode:
authorGiuliano Procida <gprocida@google.com>2024-04-26 19:42:25 +0100
committerGiuliano Procida <gprocida@google.com>2024-04-26 19:42:25 +0100
commitf87b1fe2ec633f68bdb57a92b5060f6bd46d56bd (patch)
tree73fe37304996305b19658673c35a17222411af8a /linux-x86/share/swig/guile/std_common.i
parentae85d23af20f61220b114fc3f7bb6f77cc140365 (diff)
downloadbuild-tools-f87b1fe2ec633f68bdb57a92b5060f6bd46d56bd.tar.gz
Update kernel-build-tools to ab/11771282
https://ci.android.com/builds/branches/aosp_kernel-build-tools/grid?head=11771282&tail=11771282 Test: treehugger Change-Id: I1cfb0a7549dce9b323f17504c9c9739e5f45d217
Diffstat (limited to 'linux-x86/share/swig/guile/std_common.i')
-rw-r--r--linux-x86/share/swig/guile/std_common.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-x86/share/swig/guile/std_common.i b/linux-x86/share/swig/guile/std_common.i
index 5899c55..9797449 100644
--- a/linux-x86/share/swig/guile/std_common.i
+++ b/linux-x86/share/swig/guile/std_common.i
@@ -19,7 +19,7 @@ std::string SWIG_scm2string(SCM x) {
char* temp;
temp = SWIG_scm2str(x);
std::string s(temp);
- if (temp) SWIG_free(temp);
+ SWIG_free(temp);
return s;
}
%}