summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2011-12-27 17:47:42 -0800
committerAaron Plattner <aplattner@nvidia.com>2011-12-27 17:47:42 -0800
commit38d88381e0d4b6f0a52501b6bba1a3d97f771387 (patch)
tree1a64a6d513b474dec3176207103acb2ed3be629d
parent373532f3157535da99cf8ffec29849c3bcf6f3e2 (diff)
295.09295.09
-rw-r--r--files.c2
-rw-r--r--version.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/files.c b/files.c
index 992b7c8..5dd26f1 100644
--- a/files.c
+++ b/files.c
@@ -1880,7 +1880,7 @@ void process_dot_desktop_files(Options *op, Package *p)
add_package_entry(p,
tmpfile,
- p->entries[i].path,
+ nvstrdup(p->entries[i].path),
nvstrdup(p->entries[i].name),
NULL, /* target */
NULL, /* dst */
diff --git a/version.mk b/version.mk
index 9ec78f9..9cf35b0 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 290.10
+NVIDIA_VERSION = 295.09