diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 20:08:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 20:08:33 +0000 |
commit | a25e502532f38be5226a95fcfa41be9083d0c508 (patch) | |
tree | a7be67c1d8e0c920f84543bb5ebcbe45bbdb4a42 /Build/source/utils/asymptote/prc/test.cc | |
parent | 6cb924f47ebd6e1c719259e4c6d0fe613968e8fd (diff) |
asy 2.44 sources
git-svn-id: svn://tug.org/texlive/trunk@47384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/prc/test.cc')
-rw-r--r-- | Build/source/utils/asymptote/prc/test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/prc/test.cc b/Build/source/utils/asymptote/prc/test.cc index 6c81baee4a5..baf942fc7df 100644 --- a/Build/source/utils/asymptote/prc/test.cc +++ b/Build/source/utils/asymptote/prc/test.cc @@ -32,6 +32,7 @@ extern const double pi; int main() { + #if 0 // List of pictures used; keep track of memory allocated to free it in the end // shared pointers or garbage collector may be an alternative uint8_t *picture1 = NULL; @@ -947,5 +948,7 @@ int main() delete[] picture3; delete[] picture4; +#endif return 0; } + |